Mercurial > getan
view po/README @ 306:afe36c18417f
Allow to deactivate the selection of projects
By default all keys are first handled by the urwid element itself and afterwards
by the current state. Therefore pressing enter in the ProjectView will always
result in selecting the current entry node. This isn't always the desired result
and therefore allow to deactivate the selection.
author | Björn Ricks <bjoern.ricks@intevation.de> |
---|---|
date | Fri, 11 Oct 2013 11:03:50 +0200 |
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