summaryrefslogtreecommitdiffstats
path: root/src/CMakeL10n.txt
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2022-08-29 12:27:36 +0200
committerSlávek Banko <[email protected]>2022-08-29 12:27:36 +0200
commit1d17efbaf6a68bec6ae87dac04566c16de81c9a6 (patch)
tree5ee1dda543daeba7fa7647ac58a0fd753ec4a03b /src/CMakeL10n.txt
parent9745a2b423ce03fb59ce229728113c316262a84f (diff)
downloadtastymenu-1d17efbaf6a68bec6ae87dac04566c16de81c9a6.tar.gz
tastymenu-1d17efbaf6a68bec6ae87dac04566c16de81c9a6.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 <[email protected]>
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 8368157..535ca38 100644
--- a/src/CMakeL10n.txt
+++ b/src/CMakeL10n.txt
@@ -1,3 +1,8 @@
##### create translation templates ##############
-tde_l10n_create_template( "tastymenu" )
+tde_l10n_create_template( "messages/tastymenu" )
+
+tde_l10n_create_template(
+ CATALOG "desktop_files/tastymenu-desktops"
+ SOURCES *.desktop
+)