16,741
edits
Changes
From Gramps
→Usage
To generate an updated translation template catalog eg:<code>gramps.pot</code>:
python update_po.py -p
Update the existing translation <code>xx.po</code> file where ''xx'' is your language code:
python update_po.py -m it.po
Merge it.po with current template.... done.
Updated file: 'updated_it.po'.
The python program <code>update_po.py</code>, is a parser that uses [http://docs.python.org/library/xml.etree.elementtree.html ElementTree] and [http://www.gnu.org/savannah-checkouts/gnu/gettext/manual/html_node/xgettext-Invocation.html xgettext].