Changes between Version 5 and Version 6 of JalaModules/I18n

Show
Ignore:
Timestamp:
02/01/07 14:58:59 (6 years ago)
Author:
robert (IP: 217.91.59.161)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • JalaModules/I18n

    v5 v6  
    66 
    77Internationalization based on Jala I18n is done in six steps: 
    8  1. Include the library into your application 
    9  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. 
    1111 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 files containing 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].