Changes between Version 5 and Version 6 of JalaModules/I18n
- Timestamp:
- 02/01/07 14:58:59 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
JalaModules/I18n
v5 v6 6 6 7 7 Internationalization based on Jala I18n is done in six steps: 8 1. Includethe library into your application9 1. Enclose all messages that should be translated in specific method calls and/or macros.10 1. Use Jala [wiki:JalaModules/HopKit HopKit] to generate a PO template file(.pot) containing all messages that should be translated.8 1. [wiki:JalaModules/I18n/include Include] the library into your application 9 1. Enclose all messages that should be translated in specific [wiki:JalaModules/I18n/methods method calls and/or macros]. 10 1. Use Jala [wiki:JalaModules/HopKit HopKit] to [wiki:JalaModules/I18n/pot generate a PO template file] (.pot) containing all messages that should be translated. 11 11 1. Translate the messages using a standard PO file editor (eg. [http://www.poedit.org/ PoEdit]) for the desired locales. 12 1. Convert the PO filescontaining the translations into !JavaScript message catalog files using Jala [wiki:JalaModules/HopKit HopKit].13 1. Include the message catalog files in the application.12 1. [wiki:JalaModules/I18n/messages Convert the PO files] containing the translations into !JavaScript message catalog files using Jala [wiki:JalaModules/HopKit HopKit]. 13 1. [wiki:JalaModules/I18n/puttingTogether Include the message catalog files in the application].
![(please configure the [header_logo] section in trac.ini)](/jala/chrome/common/trac_banner.png)