summaryrefslogtreecommitdiffstats
path: root/CMakeL10n.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeL10n.txt')
-rw-r--r--CMakeL10n.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
index db185ac..35cf8a9 100644
--- a/CMakeL10n.txt
+++ b/CMakeL10n.txt
@@ -20,10 +20,15 @@ include( TDEL10n )
##### create translation templates ##############
tde_l10n_create_template(
- CATALOG "desktop-effects-tde"
+ CATALOG "messages/desktop-effects-tde"
SOURCES "*.py" "*.ui"
KEYWORDS
_ __tr __tr:1,2
translate translate:1,2
X-POT -
)
+
+tde_l10n_create_template(
+ CATALOG "desktop_files/desktop-effects-tde-desktops"
+ SOURCES *.desktop
+)