mirror of
https://github.com/naruxde/revpipycontrol.git
synced 2025-11-08 15:43:52 +01:00
LC_MESSAGES fehlten in deb paket
This commit is contained in:
4
setup.py
4
setup.py
@@ -49,6 +49,10 @@ if platform == "linux":
|
|||||||
("share/applications", ["data/revpipycontrol.desktop"]),
|
("share/applications", ["data/revpipycontrol.desktop"]),
|
||||||
("share/icons/hicolor/32x32/apps", ["data/revpipycontrol.png"]),
|
("share/icons/hicolor/32x32/apps", ["data/revpipycontrol.png"]),
|
||||||
("share/revpipycontrol", glob("revpipycontrol/*.*")),
|
("share/revpipycontrol", glob("revpipycontrol/*.*")),
|
||||||
|
(
|
||||||
|
"share/revpipycontrol/locale/de/LC_MESSAGES",
|
||||||
|
glob("revpipycontrol/locale/de/LC_MESSAGES/*.mo")
|
||||||
|
),
|
||||||
],
|
],
|
||||||
|
|
||||||
install_requires=["tkinter"],
|
install_requires=["tkinter"],
|
||||||
|
|||||||
Reference in New Issue
Block a user