summaryrefslogtreecommitdiffstats
path: root/src/CMakeL10n.txt
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2022-02-01 15:11:06 +0100
committerSlávek Banko <[email protected]>2022-02-01 15:20:17 +0100
commitc494295ce5aff06390941e52338d41e2bb1f1c8f (patch)
treefa6bbd7ebd9fb37afe189083f4ed92c29d2f4fe0 /src/CMakeL10n.txt
parentcc9c5c67c96cf2893982df88c39b095947f94e57 (diff)
downloadqalculate-tde-c494295ce5aff06390941e52338d41e2bb1f1c8f.tar.gz
qalculate-tde-c494295ce5aff06390941e52338d41e2bb1f1c8f.zip
Copy translations to a new directory layout.
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 ce144b5..70834da 100644
--- a/src/CMakeL10n.txt
+++ b/src/CMakeL10n.txt
@@ -1,3 +1,8 @@
##### create translation templates ##############
-tde_l10n_create_template( "qalculate_tde" )
+tde_l10n_create_template( "messages/qalculate_tde" )
+
+tde_l10n_create_template(
+ CATALOG "desktop_files/qalculate_tde-desktops"
+ SOURCES *.desktop
+)