Mercurial > geeqie.yaz
comparison po/README @ 611:f31ae0d9e163
Update CODING and HACKING files, and add po/README file for translators.
author | zas_ |
---|---|
date | Fri, 09 May 2008 08:03:25 +0000 |
parents | |
children | ab5945017b4a |
comparison
equal
deleted
inserted
replaced
610:33a375d16181 | 611:f31ae0d9e163 |
---|---|
1 Translators create a translation by creating the appropriate .po file in the /po | |
2 directory. Please see the gettext info pages for an overview and instructions. | |
3 Basically: Add your language code to the ALL_LINGUAS= line in configure.in, | |
4 then get started translating the strings in your ??.po file. | |
5 Note: The strings for debug output is intentionally not marked for translation. | |
6 | |
7 To update a specific translation, one may use make update-po PO=[lang] (ie. make update-po PO=fr). | |
8 | |
9 To update all translation files, use make update-po. | |
10 You should only use it when needed (before a release or when there were many | |
11 changes in source code). | |
12 | |
13 | |
14 | |
15 Helper scripts: | |
16 | |
17 gen_translations_stats.sh generate statistics about translations | |
18 regen_potfiles.sh generate a patch to sync POTFILES.in with current source files |