File gramps-no-translations-check.patch of Package gramps

--- gramps-5.1.0_orig/gramps/gui/grampsgui.py	2019-08-22 09:17:54.101297170 +0200
+++ gramps-5.1.0/gramps/gui/grampsgui.py	2019-08-22 09:19:48.686880378 +0200
@@ -613,7 +613,8 @@
         self._vm = ViewManager(app, dbstate,
                                config.get("interface.view-categories"))
 
-        if (lin()
+        # Disabled, as gramps/gettext fails to report correctly when bundle-lang packages are used (boo#941490)
+        if (False and lin()
                 and glocale.lang != 'C'
                 and not gettext.find(GTK_GETTEXT_DOMAIN)):
             _display_gtk_gettext_message(parent=self._vm.window)
openSUSE Build Service is sponsored by