mirror of
https://github.com/nmap/nmap.git
synced 2026-06-19 06:58:25 +00:00
Call locale.getdefaultlocale to get the system locale setting instead of
relying on gettext.install to do it. locale.getdefaultlocale checks the LANG environment variable like gettext.install does, but it additionally does platform-specific checks that remove the need to set LANG on Windows.
This commit is contained in:
parent
787c854946
commit
a041909485
1 changed files with 5 additions and 0 deletions
|
|
@ -1,5 +1,10 @@
|
|||
# Nmap Changelog ($Id$); -*-text-*-
|
||||
|
||||
o [Zenmap] A better method of detecting the system locale is used, so
|
||||
it should not be necessary to set the LANG environment variable on
|
||||
Windows to get internationalized text. Thanks to Dirk Loss for the
|
||||
suggestion. [David]
|
||||
|
||||
o [Zenmap] Removed some unnecessary GTK+ files from the files
|
||||
installed by the Windows executable installer [David].
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue