summaryrefslogtreecommitdiffstats
path: root/CMakeL10n.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2023-02-19 15:40:48 +0100
committerSlávek Banko <slavek.banko@axis.cz>2023-02-19 15:44:39 +0100
commitece5ecce2586d96c8c3c10203f427510edc30f31 (patch)
treeed92a1dc133e2a3f7456a369e9726bc119dbc8fa /CMakeL10n.txt
parent9818b210e2163e93e67a40b75b7420feae9c4e16 (diff)
downloadkbfx-ece5ecce.tar.gz
kbfx-ece5ecce.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 fcfa4a3..1c162fc 100644
--- a/CMakeL10n.txt
+++ b/CMakeL10n.txt
@@ -19,4 +19,9 @@ include( TDEL10n )
##### create translation templates ##############
-tde_l10n_create_template( "kbfxconfigapp" )
+tde_l10n_create_template( "messages/kbfxconfigapp/" )
+
+tde_l10n_create_template(
+ CATALOG "desktop_files/kbfx-desktops"
+ SOURCES *.desktop
+)