summaryrefslogtreecommitdiffstats
path: root/src/CMakeL10n.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-05-01 19:22:24 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-05-01 19:22:33 +0200
commit342c359f0d7ba5ee8d3ad3f9157060247c0602bd (patch)
tree8391614785a07d00ffe8ad3b94e1cddb34c4e9d9 /src/CMakeL10n.txt
parentf3ed47ff4862c053a76fd1a3724e65f9a5814c7b (diff)
downloadknutclient-342c359f0d7ba5ee8d3ad3f9157060247c0602bd.tar.gz
knutclient-342c359f0d7ba5ee8d3ad3f9157060247c0602bd.zip
Desktop file translations:
+ Creation of POT template for desktop files added to CMakeL10n rules. + Added creation of translated desktop files during build. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 094a30578fcf24aa9c60fab93b924651d90ef299)
Diffstat (limited to 'src/CMakeL10n.txt')
-rw-r--r--src/CMakeL10n.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/CMakeL10n.txt b/src/CMakeL10n.txt
index 9002759..36edd9b 100644
--- a/src/CMakeL10n.txt
+++ b/src/CMakeL10n.txt
@@ -1,3 +1,8 @@
##### create translation templates ##############
tde_l10n_create_template( "messages/knutclient" )
+
+tde_l10n_create_template(
+ CATALOG "desktop_files/knutclient.desktop/"
+ SOURCES knutclient.desktop
+)