summaryrefslogtreecommitdiffstats
path: root/CMakeL10n.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2022-02-06 18:30:48 +0100
committerSlávek Banko <slavek.banko@axis.cz>2022-02-06 18:30:48 +0100
commit1b87ee119571516b414c70e4afab9fd68750b1cb (patch)
tree0a05fc146a523fe8fbc5f047c207d8a209466398 /CMakeL10n.txt
parentcb952883c9662328e7b1ac026589a116e687aa69 (diff)
downloadkxmleditor-1b87ee119571516b414c70e4afab9fd68750b1cb.tar.gz
kxmleditor-1b87ee119571516b414c70e4afab9fd68750b1cb.zip
Copy translations to a new directory layout.
Use common rules for build and install translations. 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 42910d6..18ba4b6 100644
--- a/CMakeL10n.txt
+++ b/CMakeL10n.txt
@@ -20,4 +20,9 @@ include( TDEL10n )
##### create translation templates ##############
-tde_l10n_create_template( "kxmleditor" )
+tde_l10n_create_template( "messages/kxmleditor" )
+
+tde_l10n_create_template(
+ CATALOG "desktop_files/kxmleditor-desktops"
+ SOURCES *.desktop
+)