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 133086 - i18n broken in apps when using gstreamer
i18n broken in apps when using gstreamer
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: 0.7.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-01-31 19:15 UTC by Richard Hult
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Richard Hult 2004-01-31 19:15:08 UTC
I dont think calling textdomain (GETTEXT_PACKAGE); in a library is correct,
since it sets the default domain for gettext calls. 

Libraries should use dgettext and explicitly specify the domain there,
which is often done by doing:

#define _(String) dgettext(GETTEXT_PACKAGE, String)
Comment 1 Thomas Vander Stichele 2004-02-02 22:32:06 UTC
you're probably right.  I removed them.  Thanks :)