comparison po/README @ 1642:a78ac3a4c32e

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 ab5945017b4a
children 357666e13b48
comparison
equal deleted inserted replaced
1641:34c71cbbbd26 1642:a78ac3a4c32e
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