Changes

From Gramps

Translation environment4

209 bytes added, 06:23, 8 January 2017
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].

Navigation menu