After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 334385 - Use intltool
Use intltool
Status: RESOLVED FIXED
Product: vte
Classification: Core
Component: general
unspecified
Other All
: Normal minor
: ---
Assigned To: Behdad Esfahbod
VTE Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-03-13 07:04 UTC by Behdad Esfahbod
Modified: 2006-03-15 11:03 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Behdad Esfahbod 2006-03-13 07:04:30 UTC
Seems like vte is not using intltool.  It should.
Comment 1 Vincent Untz 2006-03-13 07:55:08 UTC
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.
Comment 2 Behdad Esfahbod 2006-03-13 08:05:06 UTC
Thanks Vincent.  I'll try that.
Comment 3 Behdad Esfahbod 2006-03-15 11:03:09 UTC
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.