89d8c0ce9a2f177bd011d8ac9199c44eb9a00509
[geeqie.git] / po / README
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