This commit is contained in:
Kovid Goyal 2017-05-26 09:09:53 +05:30
parent 56406e00d5
commit 5650731362
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -105,7 +105,7 @@ if not _run_once:
dl = locale.getdefaultlocale()
try:
if dl:
locale.setlocale(dl[0])
locale.setlocale(locale.LC_ALL, dl[0])
except:
pass