Philipp Hörist pushed to branch master at gajim / gajim
Commits:
238ac329 by Philipp Hörist at 2023-05-29T12:31:45+02:00
cfix: I18n: Install NullTranslation on module init
- - - - -
1 changed file:
- gajim/common/i18n.py
Changes:
=====================================
gajim/common/i18n.py
=====================================
@@ -94,6 +94,8 @@ def __init__(self) -> None:
self.translation = gettext.NullTranslations()
self._default_lang = None
+ self.install()
+
def get_default_lang(self) -> str:
assert self._default_lang is not None
return self._default_lang
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/238ac3299a0c0b9b022df34ff0737ada8c1d7990
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/238ac3299a0c0b9b022df34ff0737ada8c1d7990
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits