Working with i18n files in Plone
- Install i18ndude:
easy_install i18ndude
- Rebuild a .pot file, to synchronize it with the latest changes in the template
/opt/python/bin/i18ndude rebuild-pot --pot i18n/generated.pot --create MobilHouseContent ./skins/
- Sync .po files to the .pot file
/opt/python/bin/i18ndude sync --pot i18n/generated.pot i18n/mobilhousecontent-en.po i18n/mobilhousecontent-hu.po i18n/mobilhousecontent-ro.po