Changes between Version 12 and Version 13 of UserGuidelines/Localisation
- Timestamp:
- 09/27/10 13:46:12 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UserGuidelines/Localisation
v12 v13 7 7 8 8 You can then either edit this in the Web2Py admin UI or else convert to a .po file for use in standard PO file tools such as [http://translate.sourceforge.net/wiki/virtaal/index Virtaal]: 9 * [http://pub.nursix.org/translate/web2py2po.tar.gz "web2py2po"] scripts (part of the [http://translate.sourceforge.net/wiki/toolkit/py2web2po "Translate Toolkit"]) 9 * "web2py2po" scripts (part of the [http://translate.sourceforge.net/wiki/toolkit/py2web2po "Translate Toolkit"]) 10 * Need to use the patch attached to this page (patch against 1.8.0) 10 11 11 12 For UTF-8, beware of the encoding - needs to be 'without BOM' or 'ANSI as UTF-8'.[[BR]] … … 13 14 14 15 {{{ 15 web2py2po -i zh-tw.py -o zh-tw_raw.po 16 pofilter -i zh-tw_raw.po -o zh-tw_unchanged.po -t unchanged 17 pomerge -i zh-tw_unchanged.po -o zh-tw.po -t zh-tw_raw.po 16 web2py2po -i zh-tw.py -o zh-tw.po 18 17 19 18 # Use Virtaal &/or Pootle to translate