Mercurial > geeqie
comparison po/README @ 1784:473964976403
Update README about translations.
author | zas_ |
---|---|
date | Tue, 05 Jan 2010 22:26:03 +0000 |
parents | a57336c3b1cc |
children |
comparison
equal
deleted
inserted
replaced
1783:b0352818977b | 1784:473964976403 |
---|---|
1 Translators create a translation by creating the appropriate .po file in the /po | 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. | 2 directory. |
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 | 3 |
7 To update a specific translation, one may use intltool-update [lang] (ie. | 4 Please see the gettext info pages for an overview and instructions. |
8 intltool-update fr). | 5 |
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). | |
9 | 14 |
10 To update all translation files, use make update-po. You should only use it when | 15 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). | 16 needed (before a release or when there were many changes in source code). |
12 | 17 |
13 | 18 |