summaryrefslogtreecommitdiffstats
path: root/CMakeL10n.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeL10n.txt')
-rw-r--r--CMakeL10n.txt9
1 files changed, 8 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
index 2e120dc..972723d 100644
--- a/CMakeL10n.txt
+++ b/CMakeL10n.txt
@@ -20,6 +20,13 @@ include( TDEL10n )
##### create translation templates ##############
tde_l10n_create_template(
- CATALOG "kpilot"
+ CATALOG "messages/kpilot"
EXCLUDES "^tests/"
)
+
+tde_l10n_create_template(
+ CATALOG "desktop_files/kpilot-desktops"
+ SOURCES
+ kpilot/*.desktop
+ conduits/*.desktop
+)