File gramps-no-translations-check.patch of Package gramps
Index: gramps-6.0.2/gramps/gui/grampsgui.py
===================================================================
--- gramps-6.0.2.orig/gramps/gui/grampsgui.py
+++ gramps-6.0.2/gramps/gui/grampsgui.py
@@ -574,7 +574,8 @@ class Gramps:
self._vm = ViewManager(app, dbstate, config.get("interface.view-categories"))
if (
- lin()
+ False
+ and lin()
and "SNAP" not in os.environ
and glocale.lang != "C"
and not gettext.find(GTK_GETTEXT_DOMAIN)