summaryrefslogtreecommitdiffstats
path: root/src/CMakeL10n.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2022-08-27 15:01:57 +0200
committerSlávek Banko <slavek.banko@axis.cz>2022-08-27 16:50:26 +0200
commitbabbfefe8b285343b4a4e4e5f6ba682f64650f50 (patch)
treed0ba0f8605356fbd77123c56d8e3071ab5af26b6 /src/CMakeL10n.txt
parentae6f6c975fcaf2fed893b0a6bfefd3bf528d4ca6 (diff)
downloadtdeio-locate-babbfefe8b285343b4a4e4e5f6ba682f64650f50.tar.gz
tdeio-locate-babbfefe8b285343b4a4e4e5f6ba682f64650f50.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> (cherry picked from commit 71d3dec76ce1160a038dfbdac339fc6c349e8578)
Diffstat (limited to 'src/CMakeL10n.txt')
-rw-r--r--src/CMakeL10n.txt9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/CMakeL10n.txt b/src/CMakeL10n.txt
index b95d5c5..ab9a2bc 100644
--- a/src/CMakeL10n.txt
+++ b/src/CMakeL10n.txt
@@ -1,3 +1,10 @@
##### create translation templates ##############
-tde_l10n_create_template( "tdeio-locate" )
+tde_l10n_create_template( "messages/tdeio-locate" )
+
+tde_l10n_create_template(
+ CATALOG "desktop_files/tdeio-locate-desktops"
+ SOURCES
+ *.desktop
+ *.protocol
+)