Fix distribution paths for locale files

This commit is contained in:
coderkun 2017-04-27 11:34:48 +02:00
commit 75496a7a1e

View file

@ -95,8 +95,10 @@ setup(
(os.path.join('share', 'mcg'), [
"data/de.coderkun.mcg.gresource",
]),
(os.path.join('share', 'locale'), [
'locale/en/LC_MESSAGES/mcg.mo',
(os.path.join('share', 'locale', 'en', 'LC_MESSAGES'), [
'locale/en/LC_MESSAGES/mcg.mo'
]),
(os.path.join('share', 'locale', 'de', 'LC_MESSAGES'), [
'locale/de/LC_MESSAGES/mcg.mo'
])
],