Language support

Si vous avez une idée pour une future fonctionnalité
Specht
Messages : 9
Enregistré le : mer. 17 févr. 2010 20:14

Language support

Message par Specht »

Hello,

during my trial I have seen that you still have not all items created for multi language support...
as far as I mentined that I'm intrested to help you with a german Version
I'll start here this topic to inform you about translation-issues:
version 0.3.2
if you use defined fields to select in the frontend list, then you have
a fixed "Tous" for "all"
I found it in com_collector_0.3.2\views\collection\view.html.php line 300:

Code : Tout sélectionner

$init[] = array('value' => 0, 'text' => 'Tous');
ad iterim I changed it to an asterix that should be more international as wildcard:

Code : Tout sélectionner

	$init[] = array('value' => 0, 'text' => '*');
at least it would be helpfull, if you can make it flexible...


the Name for the tabs on the item-view is also fixed frensch...
com_collector_0.3.2\views\item\tmpl\default.php
line 78 - 86 'Article' and 'Modifier':

Code : Tout sélectionner

		echo $this->pane->startPanel('Article', 'info-name1');
		
        echo $this->loadTemplate($this->template->alias);
		
        echo $this->pane->endPanel(); 
		
		if ($this->params->get('allow_front_mod')) {
		
			echo $this->pane->startPanel('Modifier', 'info-name2'); 
			?>
would be also helpfull to have them flexible ;-)

attached find the translation for German frontend ( needs to be unzipped and stored manual in folder language\de-DE\ in your joomla...)

..to be continued
Fichiers joints
de-DE.com_collector.zip
German Frontend for V3.3.1 and V0.3.2
(418 Octets) Téléchargé 234 fois

Avatar du membre
steevo
Administrateur du site
Messages : 330
Enregistré le : jeu. 17 déc. 2009 22:59
Contact :

Re: Language support

Message par steevo »

Thanks for report.

I'm going to check this translate problems.

Thank you for german translation. I will insert it in next release. If you have backend translation, i'll take it too :D

Specht
Messages : 9
Enregistré le : mer. 17 févr. 2010 20:14

Re: Language support

Message par Specht »

steevo a écrit :Thanks for report.

I'm going to check this translate problems.

Thank you for german translation. I will insert it in next release. If you have backend translation, i'll take it too :D
No Problem... for the time beeing I'm just fine with the en backend... but maybe if I have some time
...

Répondre