GNOME Bugzilla – Bug 782837
Untranslated notification
Last modified: 2017-09-01 07:03:09 UTC
Created attachment 352160 [details] Screenshot of the issue The notification I get after receiving a file is in English. https://git.gnome.org/browse/gnome-bluetooth/tree/lib/bluetooth-settings-obexpush.c#n145
From a quick look, I have no idea what the problem is, except, possibly, a bug in another library we link to that'd break the text domain.
Created attachment 358902 [details] [review] use gi18n-lib.h the issue is that bluetooth-settings-obexpush.c includes <glib/gi18n.h> and not <glib/gi18n-lib.h>, the -lib version makes _() maps to g_dgettext() which specify the library domain so client binaries don't look for the strings in their own domain
Review of attachment 358902 [details] [review]: Good catch! Can you please ask for a freeze break and also push to the gnome-3-20 branch (which is used for 3.22 and 3.24 as well)?
Review of attachment 358902 [details] [review]: Never mind, hard code freeze isn't on yet.
Review of attachment 358902 [details] [review]: commit to trunk in a70bacea9
backported to gnome-3-20 as well