mirror of
https://github.com/nmap/nmap.git
synced 2026-08-27 11:55:27 +00:00
Merge 796d38fd84 into db4aefddfa
This commit is contained in:
commit
ce1d449d5f
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue