Fix distribution paths for locale files
This commit is contained in:
parent
6691959a85
commit
75496a7a1e
1 changed files with 4 additions and 2 deletions
6
setup.py
6
setup.py
|
|
@ -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'
|
||||
])
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue