Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP4:SLECandidates
gramps
gramps-no-translations-check.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File gramps-no-translations-check.patch of Package gramps
diff -auNr gramps-5.2.0-orig/gramps/gui/grampsgui.py gramps-5.2.0/gramps/gui/grampsgui.py --- gramps-5.2.0-orig/gramps/gui/grampsgui.py 2024-02-29 15:24:39.051875696 +0800 +++ gramps-5.2.0/gramps/gui/grampsgui.py 2024-02-29 15:25:28.485647876 +0800 @@ -573,7 +573,7 @@ dbstate = DbState() self._vm = ViewManager(app, dbstate, config.get("interface.view-categories")) - if lin() and glocale.lang != "C" and not gettext.find(GTK_GETTEXT_DOMAIN): + if (False and lin() and glocale.lang != "C" and not gettext.find(GTK_GETTEXT_DOMAIN)): _display_gtk_gettext_message(parent=self._vm.window) _display_translator_message(parent=self._vm.window)
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor