Philipp Hörist pushed to branch gajim_1.3 at gajim / gajim


Commits:
1ff73830 by Philipp Hörist at 2021-04-21T20:37:27+02:00
Revert "Windows: Add Workaround for #10342"

This reverts commit 3334790a15ff4664894f5f19bd60e01760d3f120
- - - - -


1 changed file:

- gajim/common/i18n.py


Changes:

=====================================
gajim/common/i18n.py
=====================================
@@ -171,9 +171,6 @@ def ngettext(s_sing, s_plural, n, replace_sing=None, 
replace_plural=None):
         # find the translation
         # Use LANGUAGE instead of LANG, LANG sets LC_ALL and thus
         # doesn't retain other region settings like LC_TIME
-
-        # See https://gitlab.gnome.org/GNOME/pygobject/-/issues/442
-        LANG = 'en'
         os.environ['LANGUAGE'] = LANG
 except Exception as error:
     print('Failed to determine default language', file=sys.stderr)



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/1ff73830e4f4601766935bf9bc6c8942361e9112

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/1ff73830e4f4601766935bf9bc6c8942361e9112
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
Commits@gajim.org
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to