This commit is contained in:
mig5 2025-04-14 09:50:33 +00:00 committed by GitHub
commit 319256cf65
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: