Michael Hill mdhillca@gmail.com 2013 Localization for user-visible application content. Fran Dieguez frandieguez@gnome.org 2009-2013. Leandro Regueiro leandro.regueiro@gmail.com 2011. Translations Set up translations

You can make your application translatable into other languages using intltool and gettext.

gettext is the framework for extracting strings from a source file. intltool extracts translatable strings from other files, such as desktop files and UI files, then merges them back into the XML and desktop files with the strings from the source code.

You should use ngettext for translation of strings with plurals.

For more information about translating GNOME projects, see the GNOME Translation Project.