Difference between revisions of "Translation environment4"
From Gramps
m |
m |
||
| Line 4: | Line 4: | ||
==How it works== | ==How it works== | ||
| + | |||
| + | python update_po.py -h | ||
| + | python update_po.py --help | ||
| + | |||
| + | # ''parser'' options generate a new template and also provides some common features. | ||
| + | # ''extract'' options are everything around extraction for message strings. | ||
| + | # ''update'' options are everything around update for translation files | ||
| + | # ''translation'' options are some informations about translation files. | ||
===Files and directory=== | ===Files and directory=== | ||
Revision as of 06:05, 3 October 2012
This page describes the next translation environment.
Could be used for Gramps 4.0.x.
How it works
python update_po.py -h python update_po.py --help
- parser options generate a new template and also provides some common features.
- extract options are everything around extraction for message strings.
- update options are everything around update for translation files
- translation options are some informations about translation files.