Changes between Version 38 and Version 39 of UserGuidelines/Localisation
- Timestamp:
- 10/14/13 18:58:20 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UserGuidelines/Localisation
v38 v39 44 44 See SysAdmin/Pootle 45 45 46 ==== B. Using Auto-Translator ==== 46 ==== B. Using Eden Admin UI ==== 47 You 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 ==== 52 You can then edit the language file directly in the Web2Py Admin UI. 53 54 If 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 {{{ 59 cd web2py 60 python web2py.py -S eden -R applications/eden/static/scripts/tools/languages.py 61 }}} 62 63 ==== D. Using Auto-Translator ==== 47 64 You can -also- try a new method, using a beta tool, which translates any file (including the web2py languages files) using the Google Translate API: 48 65 * Go to [http://pypi.python.org/pypi/auto-translator/ "Auto-Translator"], download, uncompress the .tar.gz archive … … 57 74 [[BR]] 58 75 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/965 66 * Script to update language files:67 {{{68 cd web2py69 python web2py.py -S eden -R applications/eden/static/scripts/tools/languages.py70 }}}71 76 72 77 == Translate Wiki Pages ==