Ensure translations are included in .deb
Also fix debug and required programs dialogs, ensuring that all the text is shown.
This commit is contained in:
parent
f42b11d7e3
commit
f92e52a4af
5 changed files with 8 additions and 14 deletions
|
|
@ -25,6 +25,10 @@ license = {text = "GPLv3"}
|
|||
|
||||
keywords = ["dvd", "video"]
|
||||
|
||||
[tool.setuptools-gettext]
|
||||
source_dir = "po"
|
||||
build_dir = "src/devedeng/data/locale"
|
||||
|
||||
[tool.setuptools.package-data]
|
||||
"devedeng.data.interface" = ["*.ui", "*.png", "*.svg"]
|
||||
"devedeng.data.pixmaps" = ["*.png", "*.mpg", "*.ogg"]
|
||||
|
|
@ -37,10 +41,6 @@ keywords = ["dvd", "video"]
|
|||
"share/applications" = ["src/devedeng/data/devede_ng.desktop"]
|
||||
"share/icons/hicolor/scalable/apps" = ["src/devedeng/data/interface/devedeng_icon.svg"]
|
||||
|
||||
[tool.setuptools-gettext]
|
||||
source_dir = "po"
|
||||
build_dir = "src/devedeng/data/locale"
|
||||
|
||||
[project.scripts]
|
||||
devede_ng = "devedeng:devedeng.py"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue