Changes between Version 4 and Version 5 of translation
- Timestamp:
- 03/06/09 18:17:53 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
translation
v4 v5 21 21 22 22 {{{ 23 24 $ python install_scripts/utils/i18n/msgfmt.py -o umit.mo lang.po 23 $ python utils/i18n/msgfmt.py -o umit.mo lang.po 25 24 }}} 26 25 … … 53 52 54 53 {{{ 55 $ python utils/potmanager.py 54 $ python utils/i18n/potmanager.py 55 }}} 56 57 * To compile pot files to .mo: 58 59 {{{ 60 $ python utils/i18n/potmanager.py -compile 56 61 }}} 57 62
