Translation for Online Editor?

Translation for Online Editor?

Thursday 28 April 2005 4:34:27 am - 1 reply

Author Message

Wenyue Yu

Wednesday 04 May 2005 5:47:11 am

Hi,

The following steps should work:

1.Change

 {"Location"|i18n("ezdhtml","design/standard/ezdhtml")}

to

 {"Location"|i18n("design/standard/ezdhtml")}

since the syntax will only work for operator x18n. We will update all OE string in next version.

2. make folder translations/x-X under folder ezdhtml and make a file translation.ts under folder translations/x-X. The file might looks like this:

<!DOCTYPE TS><TS>
<context>
    <name>design/standard/ezdhtml</name>
    <message>
        <source>Location</source>
        <translation>Plats</translation>
    </message>
</context>
</TS>

3. You need to edit site.ini.append

  [RegionalSettings]
  TranslationExtensions[]=ezdhtml

Best regards,
Wenyue Yu

You must be logged in to post messages in this topic!

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