view po/README @ 926:978f52f8a79d

Set GIO channels to binary encoding. This is needed since messages from commands may not be UTF8-encoded and g_io_channel_read_chars() may incorrectly interpret some characters. In practice it was truncating some ISO-8859-1 messages containing some french characters. This fixes it.
author zas_
date Thu, 24 Jul 2008 20:24:04 +0000
parents f31ae0d9e163
children b9a9a457860d
line wrap: on
line source

Translators create a translation by creating the appropriate .po file in the /po
directory. Please see the gettext info pages for an overview and instructions.
Basically: Add your language code to the   ALL_LINGUAS=   line in configure.in,
then get started translating the strings in your ??.po file.
Note: The strings for debug output is intentionally not marked for translation.

To update a specific translation, one may use make update-po PO=[lang]  (ie. make update-po PO=fr).

To update all translation files, use make update-po.
You should only use it when needed (before a release or when there were many
changes in source code).



Helper scripts:

gen_translations_stats.sh	generate statistics about translations
regen_potfiles.sh		generate a patch to sync POTFILES.in with current source files