view po/README @ 1810:c416d099a3dc

GTK marks several functions as deprecated The following functions has been replaced and deprecated by version 2.20: - GTK_WIDGET_CAN_FOCUS - GTK_WIDGET_DRAWABLE - GTK_WIDGET_HAS_FOCUS - GTK_WIDGET_HAS_GRAB - GTK_WIDGET_IS_SENSITIVE - GTK_WIDGET_NO_WINDOW - GTK_WIDGET_REALIZED - GTK_WIDGET_SENSITIVE - GTK_WIDGET_STATE - GTK_WIDGET_TOPLEVEL - GTK_WIDGET_VISIBLE
author mow
date Mon, 10 May 2010 11:32:56 +0000
parents 473964976403
children
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 LINGUAS file
- 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:
- intltool-update [lang] (ie. intltool-update 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