This commit is contained in:
Ariel Otilibili 2026-08-21 00:45:52 -07:00 committed by GitHub
commit ce1d449d5f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -74,7 +74,7 @@ def get_locales():
locales = val.split(":")
break
try:
loc, enc = locale.getdefaultlocale()
loc, enc = locale.getlocale()
if loc is not None:
locales.append(loc)
except ValueError: