Mercurial > geeqie
comparison po/README @ 1648:a57336c3b1cc
use intltool for desktop file translation
- desktop files are translated via .po files together with other strings
- make update-po is replaced with intltool-update [lang]
author | nadvornik |
---|---|
date | Mon, 15 Jun 2009 20:50:35 +0000 |
parents | b9a9a457860d |
children | 473964976403 |
comparison
equal
deleted
inserted
replaced
1647:2a779a1855d7 | 1648:a57336c3b1cc |
---|---|
2 directory. Please see the gettext info pages for an overview and instructions. | 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, | 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 | 4 then get started translating the strings in your ??.po file. Note: The strings |
5 for debug output is intentionally not marked for translation. | 5 for debug output is intentionally not marked for translation. |
6 | 6 |
7 To update a specific translation, one may use make update-po PO=[lang] (ie. | 7 To update a specific translation, one may use intltool-update [lang] (ie. |
8 make update-po PO=fr). | 8 intltool-update fr). |
9 | 9 |
10 To update all translation files, use make update-po. You should only use it when | 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). | 11 needed (before a release or when there were many changes in source code). |
12 | 12 |
13 | 13 |