Changes between Version 3 and Version 4 of SysAdmin/Pootle


Ignore:
Timestamp:
05/21/13 15:36:54 (12 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SysAdmin/Pootle

    v3 v4  
    1414
    1515== Maintenance ==
    16 See UserGuidelines/Localisation#AdministeringPootle
     16When adding languages, use this resource to configure them properly:
     17 * http://translate.sourceforge.net/wiki/l10n/pluralforms
    1718
    18 * Script to update language files:
    19 {{{
    20 cd web2py
    21 python web2py.py -S eden -R applications/eden/static/scripts/tools/languages.py
    22 }}}
     19The script that Fran uses to update files between Bzr & Pootle is:
     20 * [http://eden.sahanafoundation.org/attachment/wiki/UserGuidelines/Localisation/translate.cmd translate.cmd]
     21
     22If the script fails, check for the presence of a ` in a T("") - this causes the languages.py to reset the languages/* to default &/or stop web2py2po from working!
     23
    2324* Scripts to automate the conversion 2 PO & upload/download to/from Pootle:
    2425 * UserGuidelines/Localisation