Posts Tagged ‘pot’
Posted By: Vilmos Somogyi
1. Download l18ndude from http://plone.org/products/i18ndude
2. Install it
easy_install i18ndude...
3. In configure.zcml add:
<configure
xmlns:i18n="http://namespaces.zope.org/i18n">
<i18n:registerTranslations directory="locales" />
</configure>
... Read Full Post >>