Problems to setup extension for i18n

Author Message

Ulrich L.

Wednesday 18 October 2006 12:55:09 pm

Hi all,

while multilingual content works fine, I have problems to make an own extension for translations with i18n running.

I setup my site as follows:

Extension "dictionary" is activated in settings/override/site.ini.append.php:

[ExtensionSettings]
ActiveExtensions[]=ezdhtml
ActiveExtensions[]=ezpaypal
ActiveExtensions[]=dictionary

Regional settings in settings/siteaccess/de (first language is english with sitaccess en, de is for German version) look like this:

[RegionalSettings]
Locale=ger-DE
SiteLanguageList[]=ger-DE
SiteLanguageList[]=eng-GB
SiteLanguageList[]=fre-FR
TextTranslation=enabled

In the extension directory I put the directory "dictionary" with subdirectories "settings" and "translations".
Extension/dictionary/settings/site.ini.append looks as follows:

[RegionalSettings]
TranslationExtensions[]=dictionary

Extension/dictionary/translations/ger-DE/translations.ts is

<!DOCTYPE TS><TS>
<context>
    <name>extension/dictionary</name>
    <message>
        <source>Content</source>
        <translation>Inhalt</translation>
    </message>
    <message>
        <source>Price</source>
        <translation>Preis</translation>
    </message>
    <message>
</context>
</TS>

Template code in one of my templates says:

<h6>{"Content"|i18n("extension/dictionary")}</h6

However - you are aready expecting it! - I don't get translated text (in the example above it should be "Inhalt" instead of "Content") with this piece of code. (I cleared all caches before.)
I get a debug warning instead:

No translation for file(translation.ts) in context(extension/dictionary): 'Content' with comment()

What is still wrong here?

Thanks for any help,
Ulrich

Ɓukasz Serwatka

Thursday 19 October 2006 12:01:55 am

Hi Ulrich,

i18n() is very sensitive on white-spaces, hidden extra chars, etc. Make sure that your translation.ts file is "clean". Remember to clear all the cache.

Check also if there is no typo somewhere.

Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog

Claudia Kosny

Thursday 19 October 2006 3:31:39 am

Hi Ulrich

Maybe it is just a typo but in your post you mentioned the filename

Extension/dictionary/translations/ger-DE/translations.ts

The file must be named translation.ts (you have an 's' to much in the filename).

Claudia

Ulrich L.

Thursday 19 October 2006 12:23:31 pm

@Lukasz: I cannot figure out any redundant whitespaces. The posting above including the content of the translation.ts file has been created using copy&paste, and there is no wrong character inside, I think.

@Claudia: This was my fault while typing this posting, the real file names are fine.

Hmmm....

Ulrich L.

Thursday 19 October 2006 11:13:02 pm

Heureka! I found it!
In the translation.ts file there is just one open tag "message" too much. Having removed this, everything works perfectly!

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 18 2025 21:09:02
Script start
Timing: Jan 18 2025 21:09:02
Module start 'layout'
Timing: Jan 18 2025 21:09:02
Module start 'content'
Timing: Jan 18 2025 21:09:02
Module end 'content'
Timing: Jan 18 2025 21:09:02
Script end

Main resources:

Total runtime0.0156 sec
Peak memory usage2,048.0000 KB
Database Queries3

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0060 588.0313152.6406
Module start 'layout' 0.00600.0028 740.671939.4766
Module start 'content' 0.00880.0049 780.148493.4609
Module end 'content' 0.01370.0019 873.609434.3047
Script end 0.0156  907.9141 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.002918.5045140.0002
Check MTime0.00159.8032140.0001
Mysql Total
Database connection0.00095.805410.0009
Mysqli_queries0.002616.760930.0009
Looping result0.00000.089910.0000
Template Total0.00159.910.0015
Template load0.00085.293310.0008
Template processing0.00074.551110.0007
Override
Cache load0.00063.746310.0006
General
dbfile0.00021.400780.0000
String conversion0.00000.050340.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 1
 Number of unique templates used: 1

Time used to render debug report: 0.0001 secs