Changes between Version 38 and Version 39 of UserGuidelines/Localisation


Ignore:
Timestamp:
10/14/13 18:58:20 (11 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UserGuidelines/Localisation

    v38 v39  
    4444See SysAdmin/Pootle
    4545
    46 ==== B. Using Auto-Translator ====
     46==== B. Using Eden Admin UI  ====
     47You can export the strings to an .xls file, a .po file or upload to Pootle
     48
     49 * http://127.0.0.1:8000/admin/translate
     50
     51==== C. Using Web2Py Admin UI  ====
     52You can then edit the language file directly in the Web2Py Admin UI.
     53
     54If wishing to provide access to just language strings & not the rest of the source code:
     55 * http://www.web2py.com/appliances/default/show/9
     56
     57* Script to update language files:
     58{{{
     59cd web2py
     60python web2py.py -S eden -R applications/eden/static/scripts/tools/languages.py
     61}}}
     62
     63==== D. Using Auto-Translator ====
    4764You can -also- try a new method, using a beta tool, which translates any file (including the web2py languages files) using the Google Translate API:
    4865 * Go to [http://pypi.python.org/pypi/auto-translator/ "Auto-Translator"], download, uncompress the .tar.gz archive
     
    5774   [[BR]]
    5875   Please provide any bug report or problem to the main list
    59 
    60 ==== C. Using Web2Py Admin UI  ====
    61 You can then edit the language file directly in the Web2Py Admin UI.
    62 
    63 If wishing to provide access to just language strings & not the rest of the source code:
    64  * http://www.web2py.com/appliances/default/show/9
    65 
    66 * Script to update language files:
    67 {{{
    68 cd web2py
    69 python web2py.py -S eden -R applications/eden/static/scripts/tools/languages.py
    70 }}}
    7176
    7277== Translate Wiki Pages ==