mirror of
https://github.com/onionshare/onionshare.git
synced 2025-04-21 07:56:32 -04:00
Merge f0b9001cb09e69c6a6894c807d801f20c166332e into 16644b009f99e53b8b271c4bd1a50e6260e1935b
This commit is contained in:
commit
319256cf65
@ -140,7 +140,7 @@ class Settings(object):
|
||||
|
||||
# Choose the default locale based on the OS preference, and fall-back to English
|
||||
if self._settings["locale"] is None:
|
||||
language_code, encoding = locale.getdefaultlocale()
|
||||
language_code, encoding = locale.getlocale()
|
||||
|
||||
# Default to English
|
||||
if not language_code:
|
||||
|
Loading…
x
Reference in New Issue
Block a user