Ensure that the locale message catalogs are included in the source and binary archives.

This commit is contained in:
Robin Dunn
2017-08-11 15:46:04 -07:00
parent 9cfe80a912
commit 0879cdc240
4 changed files with 14 additions and 8 deletions

View File

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