summaryrefslogtreecommitdiffstats
path: root/CMakeL10n.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2022-12-13 17:48:14 +0100
committerSlávek Banko <slavek.banko@axis.cz>2022-12-13 17:59:43 +0100
commita6283453576ef8e387d837a13a1b4072a2b9532d (patch)
treed6c3c05037f58fbc65c6cfbff33e9c875e962b06 /CMakeL10n.txt
parenta198c56607d4a2e3390e5583bf7eed19c7c9df0c (diff)
downloaddesktop-effects-tde-a6283453576ef8e387d837a13a1b4072a2b9532d.tar.gz
desktop-effects-tde-a6283453576ef8e387d837a13a1b4072a2b9532d.zip
Conversion to CMake build system.
Copy translations to a new directory layout. Added translation of .desktop files. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
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
+)