Forums / Setup & design / problems with translation and information collector
Heiner Wurbs
Tuesday 04 April 2006 3:09:42 am
Hi,has anybody experience in translating classes with information collection in a multilangual site?
All the attributes I have in a class that collect information are not really translatable, even if I mark them as translable (seems to translate the collected info). The website displays always the Name of this attribute.
Every comment and hint is welcome :)Heiner
Tuesday 04 April 2006 4:46:10 am
Hi!Nobody has an idea? Even not the eZ crew ?
Please give me some hints, it would be very helpful!Heiner
Thursday 28 September 2006 2:58:55 am
This problem still exists, its a pitty, but it doesnt work. I tried this to translate the names of the information collectors:
{$ContentObjectAttribute:item.contentclass_attribute.name|i18n( 'myarea/texts' )}
no luck, very strange. Does anybody translated an information collector ?
Kristof Coomans
Thursday 28 September 2006 3:22:01 am
Hello Heiner
This will be a new feature in eZ 3.9 (<i>http://ez.no/community/developer/roadmap/ez_publish_3_9</i>).
Cheers
independent eZ Publish developer and service provider | http://blog.coomanskristof.be | http://ezpedia.org
Claudia Kosny
Thursday 28 September 2006 12:29:09 pm
ezlupdate cannot determine all possible values of the variable you set as input for i18n here. But the translation should work if you manually insert all possible values of the variable (meaning the names of all your attributes) into the translation.ts yourself.
So if the name is 'foo' which you want to translate to 'bar', add the respective info to your translation.ts in the context you have specified. As the translation.ts is an xml file you can open it in any txt editor (be careful to keep the utf8 encoding if necessary). You can see that the structure is quite easy to understand.
Please note that the ezlupdate will choke on variables as input for i18n so you might have to comment out the respective template line, run ezlupdate and then comment the line in again.Afterwards add the additional translations as required.
Greetings from Luxembourg
Claudia
Sergiy Pushchin
Tuesday 03 October 2006 11:33:50 pm
Functionality for translation of class and classattribute names is allready in turnk.
--SP