cd po ; make update-po copy the .pot file to _.po and edit it make _.gmo # for a single file add the language to po/LINGUAS (and configure.in:ALL_LINGUAS if needed) and rerun configure to add new languages to the Makefile ----------------------------------------------------------- if you want to test it without installation replace PACKAGE_LOCALE_DIR by your build directory do e.g. (in this dir) "mkdir de_DE ; cd de_DE ; ln -s . LC_MESSAGES ; ln -s ../po/de_DE.gmo .mo" - old glade-- versions (up to 2.0.0) need the following modifications to the main file: #include ... bind_textdomain_codeset(GETTEXT_PACKAGE, "UTF-8");