Mercurial > geeqie.yaz
annotate po/README @ 1259:3a0bb56adf8e
Fix a major bug in utf8_compare(): when case_sensitive is true, s1_t and s2_t were uninitialized, leading to unpredicable results.
author | zas_ |
---|---|
date | Mon, 26 Jan 2009 08:30:30 +0000 |
parents | f31ae0d9e163 |
children | ab5945017b4a |
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 |
f31ae0d9e163
Update CODING and HACKING files, and add po/README file for translators.
zas_
parents:
diff
changeset
|
2 directory. Please see the gettext info pages for an overview and instructions. |
f31ae0d9e163
Update CODING and HACKING files, and add po/README file for translators.
zas_
parents:
diff
changeset
|
3 Basically: Add your language code to the ALL_LINGUAS= line in configure.in, |
f31ae0d9e163
Update CODING and HACKING files, and add po/README file for translators.
zas_
parents:
diff
changeset
|
4 then get started translating the strings in your ??.po file. |
f31ae0d9e163
Update CODING and HACKING files, and add po/README file for translators.
zas_
parents:
diff
changeset
|
5 Note: The strings for debug output is intentionally not marked for translation. |
f31ae0d9e163
Update CODING and HACKING files, and add po/README file for translators.
zas_
parents:
diff
changeset
|
6 |
f31ae0d9e163
Update CODING and HACKING files, and add po/README file for translators.
zas_
parents:
diff
changeset
|
7 To update a specific translation, one may use make update-po PO=[lang] (ie. make update-po PO=fr). |
f31ae0d9e163
Update CODING and HACKING files, and add po/README file for translators.
zas_
parents:
diff
changeset
|
8 |
f31ae0d9e163
Update CODING and HACKING files, and add po/README file for translators.
zas_
parents:
diff
changeset
|
9 To update all translation files, use make update-po. |
f31ae0d9e163
Update CODING and HACKING files, and add po/README file for translators.
zas_
parents:
diff
changeset
|
10 You should only use it when needed (before a release or when there were many |
f31ae0d9e163
Update CODING and HACKING files, and add po/README file for translators.
zas_
parents:
diff
changeset
|
11 changes in source code). |
f31ae0d9e163
Update CODING and HACKING files, and add po/README file for translators.
zas_
parents:
diff
changeset
|
12 |
f31ae0d9e163
Update CODING and HACKING files, and add po/README file for translators.
zas_
parents:
diff
changeset
|
13 |
f31ae0d9e163
Update CODING and HACKING files, and add po/README file for translators.
zas_
parents:
diff
changeset
|
14 |
f31ae0d9e163
Update CODING and HACKING files, and add po/README file for translators.
zas_
parents:
diff
changeset
|
15 Helper scripts: |
f31ae0d9e163
Update CODING and HACKING files, and add po/README file for translators.
zas_
parents:
diff
changeset
|
16 |
f31ae0d9e163
Update CODING and HACKING files, and add po/README file for translators.
zas_
parents:
diff
changeset
|
17 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
|
18 regen_potfiles.sh generate a patch to sync POTFILES.in with current source files |