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:24 +0200
commit094a30578fcf24aa9c60fab93b924651d90ef299 (patch)
tree49ba2042b092ed35b0e55c530f9d733be0aff777 /src/CMakeL10n.txt
parent1633e7bde0cb563821654326c90a9e67fce42516 (diff)
downloadknutclient-094a30578fcf24aa9c60fab93b924651d90ef299.tar.gz
knutclient-094a30578fcf24aa9c60fab93b924651d90ef299.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>
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
+)