GNOME Bugzilla – Bug 554926
gtk_init_with_args: not setting translation domain for the parameter_string
Last modified: 2017-04-26 10:22:58 UTC
The translation domain passed in the translation_domain argument is not set for the parameter_string argument, only for the entries argument. I think the translation_domain should cover both arguments, otherwise constructs like this: gtk_init_with_args (&argc, &argv, _("- Empathy Instant Messenger"), options, GETTEXT_PACKAGE, &error) don't work in terms of l10n.
Created attachment 119887 [details] [review] Simple patch to set translation domain of parameter_string, also update doc
Ping. Any comments?
Please apply to current GTK+ 2 as well. It has only be fixed for GTK+ >= 2.90.5.