Mercurial > geeqie.yaz
annotate po/README @ 1753:c4d37e0fc841 default tip
installation fix
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Fri, 29 Jan 2010 19:22:50 +0900 |
parents | 357666e13b48 |
children |
rev | line source |
---|---|
611
f31ae0d9e163
Update CODING and HACKING files, and add po/README file for translators.
zas_
parents:
diff
changeset
|
1 Translators create a translation by creating the appropriate .po file in the /po |
1744 | 2 directory. |
3 | |
4 Please see the gettext info pages for an overview and instructions. | |
611
f31ae0d9e163
Update CODING and HACKING files, and add po/README file for translators.
zas_
parents:
diff
changeset
|
5 |
1744 | 6 Basically: |
7 - Add your language code to the LINGUAS file | |
8 - then get started translating the strings in your ??.po file. | |
9 | |
10 Note: The strings for debug output is intentionally not marked for translation. | |
11 | |
12 To update a specific translation: | |
13 - intltool-update [lang] (ie. intltool-update fr). | |
611
f31ae0d9e163
Update CODING and HACKING files, and add po/README file for translators.
zas_
parents:
diff
changeset
|
14 |
1640 | 15 To update all translation files, use make update-po. You should only use it when |
16 needed (before a release or when there were many changes in source code). | |
611
f31ae0d9e163
Update CODING and HACKING files, and add po/README file for translators.
zas_
parents:
diff
changeset
|
17 |
f31ae0d9e163
Update CODING and HACKING files, and add po/README file for translators.
zas_
parents:
diff
changeset
|
18 |
f31ae0d9e163
Update CODING and HACKING files, and add po/README file for translators.
zas_
parents:
diff
changeset
|
19 Helper scripts: |
f31ae0d9e163
Update CODING and HACKING files, and add po/README file for translators.
zas_
parents:
diff
changeset
|
20 |
f31ae0d9e163
Update CODING and HACKING files, and add po/README file for translators.
zas_
parents:
diff
changeset
|
21 gen_translations_stats.sh generate statistics about translations |
f31ae0d9e163
Update CODING and HACKING files, and add po/README file for translators.
zas_
parents:
diff
changeset
|
22 regen_potfiles.sh generate a patch to sync POTFILES.in with current source files |