Mercurial > geeqie
annotate po/README @ 1796:a210f58165ed
test gnome-doc-tool in configure
author | nadvornik |
---|---|
date | Sun, 07 Feb 2010 13:16:35 +0000 |
parents | 473964976403 |
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 |
1784 | 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 |
1784 | 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 |
1645 | 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 |