HI Francesco, I assume you're on Magnolia 5. The master properties file you are looking for is at [code]/pages/src/main/resources/mgnl-i18n/app-pages-messages_en.properties[/code]. The new Magnolia i18n mechanism is partly explained in the official documentation http://documentation.magnolia-cms.com/display/DOCS/Language (more to come). Basically your module needs to provide a a bundle file under the [code]/src/main/mgnl-i18n[/code] directory. The file name should (but it's not mandatory) follow this pattern: [code]app-<app-name>-messages_<locale>.properties[/code]. At startup Magnolia will create a "global" i18n bundle aggregating all .properties files under mgnl-i18n in the cp. You can also reload the bundle at runtime (w/o restarting the server) via Dev tools app -> Reload i18n properties files.
Of course, it would be great if you could contribute your translation back to the community ;) HTH, Federico -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=9b15de10-17ee-4e2f-857f-3ba0c51c74a5 ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
