summaryrefslogtreecommitdiffstats
path: root/kiosktool/CMakeL10n.txt
diff options
context:
space:
mode:
Diffstat (limited to 'kiosktool/CMakeL10n.txt')
-rw-r--r--kiosktool/CMakeL10n.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/kiosktool/CMakeL10n.txt b/kiosktool/CMakeL10n.txt
index 4205120..f13868f 100644
--- a/kiosktool/CMakeL10n.txt
+++ b/kiosktool/CMakeL10n.txt
@@ -11,7 +11,12 @@ tde_l10n_prepare_xml(
##### create translation templates ##############
tde_l10n_create_template(
- CATALOG "kiosktool"
+ CATALOG "messages/kiosktool"
SOURCES "." "kiosk_data.xml.tde_l10n"
EXCLUDES "^kcms/"
)
+
+tde_l10n_create_template(
+ CATALOG "desktop_files/kiosktool.desktop/"
+ SOURCES kiosktool.desktop
+)