Edgewall Software

Changes between Version 97 and Version 98 of TracL10N


Ignore:
Timestamp:
May 9, 2010, 5:45:35 PM (14 years ago)
Author:
Christian Boos
Comment:

#add-a-language use ISO 639-1 codes

Legend:

Unmodified
Added
Removed
Modified
  • TracL10N

    v97 v98  
    185185=== Adding translations for a new language #add-a-language
    186186
    187 If you need to create a catalog for a new locale (e.g. et_EE), do:
    188 {{{
    189 $ ./setup.py init_catalog -l et_EE
    190 }}}
     187If you need to create a catalog for a new locale (e.g. `et`), do:
     188{{{
     189$ ./setup.py init_catalog -l et
     190}}}
     191Use ISO:639-1 language codes, only use national variant when there's a real need.
    191192
    192193Then proceed through the steps listed [#Pythontools above] starting at step 2.