Home

i18n and plone

Updated:
Created:
i18n, plone

How to do i18n related tasks in plone

A little i18n cookbook

 

 

Overriding translations

See: http://maurits.vanrees.org/weblog/archive/2010/10/i18n-plone-4

When overriding a message file from an old Product with an  i18n directory, you can use your new locales directory, but make sure to rename the .po file accordingly. E.g:

Products/Ploneboard/i18n/Ploneboard-de.po

becomes

my.product/my/product/locales/de/LC_MESSAGES/ploneboard.po

'ploneboard' is the name of the domain that is used in the file. The file doesn't override the old file completely - only the messageids that are in the new file get used, for the other ones the old file is still relevant.