Add the wx language catalogs to wx/locale in the wx package.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@76360 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2014-04-17 03:12:02 +00:00
parent 03b2063025
commit e98d311d42
2 changed files with 8 additions and 5 deletions

View File

@@ -408,7 +408,7 @@ class Configuration(object):
def build_locale_dir(self, destdir, verbose=1):
"""Build a locale dir under the wxPython package for MSW"""
"""Build a locale dir under the wxPython package. Used for MSW and OSX"""
moFiles = glob.glob(opj(self.WXDIR, 'locale', '*.mo'))
for src in moFiles:
lang = os.path.splitext(os.path.basename(src))[0]
@@ -875,4 +875,5 @@ def getSOName(filename):
result = re.search('^\s+SONAME\s+(.+)$', output, re.MULTILINE)
if result:
return result.group(1)
return None
return None