mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-16 01:30:07 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user