GNOME Bugzilla – Bug 644607
Correct internal definition of C_()
Last modified: 2011-03-13 02:10:53 UTC
This bug (in particular using the application's domain) is making g_date_format_time() not translate anything.
Created attachment 183256 [details] [review] Correct internal definition of C_() * Since the GLib translations are lazily initialized, we need an internal wrapper for g_dpgettext() that does the initialization in the same way as glib_gettext() * We need to use the glib domain defined by GETTEXT_PACKAGE rather than than the application's domain.
reviewed on IRC by Ryan Lortie Attachment 183256 [details] pushed as 789b341 - Correct internal definition of C_()