comparison po/README @ 36:e6f81aa329b1

Introduced i18n support; german and english translation available.
author Ingo Weinzierl <ingo_weinzierl@web.de>
date Sat, 02 Oct 2010 22:22:35 +0200
parents
children
comparison
equal deleted inserted replaced
35:cfa9e755a5d2 36:e6f81aa329b1
1 Getan Message Translations
2 ==============================
3
4 The message catalogs are managed with the following software:
5
6 - pygettext (usually distributed with Python)
7
8 - GNU gettext (msgmerge and msgfmt)
9
10
11 Common tasks:
12
13 - Create/Update getan.pot-File when the sources were edited and
14 messages have been added or changed and after a fresh checkout
15
16 $ make pot
17
18 - When the getan.pot has been changed, run
19
20 $ make merge
21
22 to merge the changes in the pot file with the messages already in the
23 *.po files.
24
25 - When the translations in the po files have been changed, run
26
27 $ make mo
28
29 to generate new .mo files under ../share/locale
30
31 - The make mo command prints statistics about the translations. To get
32 a less verbose version use this:
33
34 $ make stat
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)