Move the language catalogs install directory on MSW from 'locale' to
'i18n' to avoid conflict (and an import warning) with the standard locale.py module. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40962 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -579,7 +579,7 @@ def build_locale_string(pkgdir):
|
||||
if not os.path.isdir(filename):
|
||||
lst.append( locale_template % (filename, pkgdir, dirname) )
|
||||
|
||||
os.path.walk('wx\\locale', walk_helper, stringlst)
|
||||
os.path.walk('wx\\i18n', walk_helper, stringlst)
|
||||
return '\n'.join(stringlst)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user