Friday 25 July 2008 8:10:46 am
Hi! I have a multilingual website. The existing siteaccesses are translated in german (default), english and french. I have a translation file for each languages but german because I use german sources. Everything worked fine till I made an update (3.8.x to 3.9). From that day on nothing was translated. Today I made an update to version 4.0. But also in this new version I get no translations. I never changed anything in my translation files and all files have correct permissions. I use translations like this:
<a href="url" title='{"My Source"|i18n("design/plain/full")}'>{"My Source"|i18n("design/plain/full")}</a>
My translation file looks like:
<!DOCTYPE TS><TS>
<context>
<name>design/plain/full</name>
<message>
<source>My Source</source>
<translation>My translation</translation>
</message>
...
</context>
Do you have any idea? Thanks a lot. Philip
Linux is like a wigwam; no windows, now gates, and apache inside!
|