Author: jcouteau Date: 2011-01-12 18:17:54 +0100 (Wed, 12 Jan 2011) New Revision: 1840 Url: http://nuiton.org/repositories/revision/i18n/1840 Log: Quickly add some doc about generateDefaultLocale option, parserTapestry and parserGWTJava Modified: trunk/src/site/apt/index.apt trunk/src/site/en/apt/index.apt Modified: trunk/src/site/apt/index.apt =================================================================== --- trunk/src/site/apt/index.apt 2011-01-12 16:41:52 UTC (rev 1839) +++ trunk/src/site/apt/index.apt 2011-01-12 17:17:54 UTC (rev 1840) @@ -50,6 +50,16 @@ - {{{./ant-i18n-task/index.html}I18n Ant task}} (ce module a été désactivé depuis la version 2.0) +Quoi de neuf dans la version 2.1 + + Il est maintenant possible de générer une locale par défaut (par exemple + mesTraductions.properties) en utilisant l'option generateDefaultLocale dans + votre pom. + + Un <<parserTapestry>> et un <<parserGWTJava>> ont été ajoutés. Le parseur GWT + récupère toutes les clés identifiées par l'annotation @Key. En le couplant + avec le parseurXML, vous pouvez gérer complètement vos traductions avec nuiton-i18n. + Quoi de nouveau dans la version 2.0 Depuis la version 2.0, les bundles i18n générés (dans <src/main/resources/i18n>) Modified: trunk/src/site/en/apt/index.apt =================================================================== --- trunk/src/site/en/apt/index.apt 2011-01-12 16:41:52 UTC (rev 1839) +++ trunk/src/site/en/apt/index.apt 2011-01-12 17:17:54 UTC (rev 1840) @@ -51,6 +51,15 @@ - {{{./maven-i18n-plugin/index.html}I18n Maven Plugin}} +What's new in 2.1 version + It is now possible to generate a default locale (for example + myTranslations.properties) using the generateDefaultLocale option in your pom. + + A <<parserTapestry>> and <<parserGWTJava>> have been introduced. The GWT parser gathers + all the keys identified by the annotation @Key. Coupling it with the XML Parser + for UIBinder screens, you can manage all the translations of your application + using nuiton-i18n. + What is new in the 2.0 version Since 2.0 version, the generated i18n bundles (in <src/main/resources/i18n>)