GNOME Bugzilla – Bug 768826
fails to start in non-translated locale
Last modified: 2018-08-17 19:45:46 UTC
Created attachment 331553 [details] [review] proposed fix Hello, When starting mousetrap in a locale for which mousetrap has no translation, we get > File "/usr/lib/python2.7/gettext.py", line 472, in translation > raise IOError(ENOENT, 'No translation file found for domain', domain) > IOError: [Errno 2] No translation file found for domain: u'mousetrap' The attached patch fixes it by letting gettext handle everything appropriately. Samuel
mousetrap is not under active development anymore since 2015. Its codebase has been archived: https://gitlab.gnome.org/Archive/mousetrap/commits/master Closing this report as WONTFIX as part of Bugzilla Housekeeping to reflect reality. Please feel free to reopen this ticket (or rather transfer the project to GNOME Gitlab, as GNOME Bugzilla is deprecated) if anyone takes the responsibility for active development again.