Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gajim
gajim
Commits
7b0cbb77
Commit
7b0cbb77
authored
May 21, 2018
by
Philipp Hörist
Browse files
Fix detecting language
parent
2410121d
Changes
1
Hide whitespace changes
Inline
Side-by-side
gajim/common/i18n.py
View file @
7b0cbb77
...
@@ -65,7 +65,7 @@ def initialize_lang():
...
@@ -65,7 +65,7 @@ def initialize_lang():
if
default
is
None
:
if
default
is
None
:
# LC_ALL=C
# LC_ALL=C
return
return
LANG
=
LANG
[:
2
]
LANG
=
default
[:
2
]
except
(
ValueError
,
locale
.
Error
):
except
(
ValueError
,
locale
.
Error
):
pass
pass
...
...
Philipp Hörist
@lovetox
mentioned in issue
#9138 (closed)
·
May 21, 2018
mentioned in issue
#9138 (closed)
mentioned in issue #9138
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment