mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-16 01:30:07 +01:00
Ensure that the locale message catalogs are included in the source and binary archives.
This commit is contained in:
@@ -413,7 +413,7 @@ class Configuration(object):
|
||||
|
||||
|
||||
def build_locale_dir(self, destdir, verbose=1):
|
||||
"""Build a locale dir under the wxPython package. Used for MSW and OSX"""
|
||||
"""Build a locale dir under the wxPython package."""
|
||||
moFiles = glob.glob(opj(self.WXDIR, 'locale', '*.mo'))
|
||||
for src in moFiles:
|
||||
lang = os.path.splitext(os.path.basename(src))[0]
|
||||
|
||||
Reference in New Issue
Block a user