540d6a81222c7bf1303c32f8eae8ba481cb094ad
[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. Note: The strings
5 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.
8 make update-po PO=fr).
9
10 To update all translation files, use make update-po. You should only use it when
11 needed (before a release or when there were many changes in source code).
12
13
14 Helper scripts:
15
16 gen_translations_stats.sh       generate statistics about translations
17 regen_potfiles.sh               generate a patch to sync POTFILES.in with current source files