mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
56406e00d5
commit
5650731362
@ -105,7 +105,7 @@ if not _run_once:
|
|||||||
dl = locale.getdefaultlocale()
|
dl = locale.getdefaultlocale()
|
||||||
try:
|
try:
|
||||||
if dl:
|
if dl:
|
||||||
locale.setlocale(dl[0])
|
locale.setlocale(locale.LC_ALL, dl[0])
|
||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user