summaryrefslogtreecommitdiffstats
path: root/src/CMakeL10n.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2022-01-30 16:21:43 +0100
committerSlávek Banko <slavek.banko@axis.cz>2022-01-30 16:21:43 +0100
commit4a14670c0042e50e0efa30bf81f7a72e74c4a923 (patch)
treea33b561ffeb480a159fc03c2683cdb5a1f8ba979 /src/CMakeL10n.txt
parent9ab5d687175d70af5145379608c34f9832043932 (diff)
downloadktechlab-4a14670c0042e50e0efa30bf81f7a72e74c4a923.tar.gz
ktechlab-4a14670c0042e50e0efa30bf81f7a72e74c4a923.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 'src/CMakeL10n.txt')
-rw-r--r--src/CMakeL10n.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/CMakeL10n.txt b/src/CMakeL10n.txt
index 4e8b2c5..e17aa6f 100644
--- a/src/CMakeL10n.txt
+++ b/src/CMakeL10n.txt
@@ -1,3 +1,8 @@
##### create translation templates ##############
-tde_l10n_create_template( "ktechlab" )
+tde_l10n_create_template( "messages/ktechlab" )
+
+tde_l10n_create_template(
+ CATALOG desktop_files/ktechlab-desktops
+ SOURCES *.desktop
+)