GNOME Bugzilla – Bug 334385
Use intltool
Last modified: 2006-03-15 11:03:09 UTC
Seems like vte is not using intltool. It should.
Here's what got committed for libwnck: http://cvs.gnome.org/viewcvs/libwnck/configure.in?r1=1.161&r2=1.162 See bug #317190. I don't know much about intltool, but it should be enough.
Thanks Vincent. I'll try that.
2006-03-15 Behdad Esfahbod <behdad@gnome.org> Bug 334385 – Use intltool * Makefile.am, configure.in: Add intltool support. * src/iso2022.c, src/reaper.c, src/vteaccess.c, src/vteapp.c, src/vtebg.c, src/vtexft.c, src/vte.c: Include glib/gi18n-lib.h instead of #ifdefing gettext stuff. * src/vte.c (vte_terminal_class_init): Use GETTEXT_PACKAGE instead of PACKAGE in bindgettextdomain.