1
0
mirror of https://github.com/nmap/nmap.git synced 2026-02-03 12:06:35 +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:
david
2009-02-03 23:54:58 +00:00
parent 787c854946
commit a041909485

View File

@@ -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].