view po/README @ 148:f0a2beb17f9b

Add config classes to provide keybindings The new Config class to be able to configure getan. Until now it is only possible to configure the Keybinding. The config is read from $HOME/.getan/getanrc and /etc/getanrc of the first file isn't found. If both files aren't available a default is used.
author Björn Ricks <bjoern.ricks@intevation.de>
date Thu, 06 Dec 2012 12:25:58 +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
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)