Mercurial > getan
view po/README @ 442:7125e67d5acb
dd getan testdata, add multi-selection Bug report.
* add /test_data/getan_test_data.py to create a new getan database
with test data.
* update report 20170317 BER. Add a guide to recreating the bug.
* TDOD: Fix the bug.
author | Magnus Schieder <mschieder@intevation.de> |
---|---|
date | Thu, 18 Jan 2018 11:14:24 +0100 |
parents | e6f81aa329b1 |
children |
line wrap: on
line source
Getan Message Translations ============================== The message catalogs are managed with the following software: - pygettext (usually distributed with Python) - GNU gettext (msgmerge and msgfmt) Common tasks: - Create/Update getan.pot-File when the sources were edited and messages have been added or changed and after a fresh checkout $ make pot - When the getan.pot has been changed, run $ make merge to merge the changes in the pot file with the messages already in the *.po files. - When the translations in the po files have been changed, run $ make mo to generate new .mo files under ../share/locale - The make mo command prints statistics about the translations. To get a less verbose version use this: $ make stat