summaryrefslogtreecommitdiffstats
path: root/src/CMakeL10n.txt
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2020-04-29 23:03:23 +0200
committerSlávek Banko <[email protected]>2020-04-29 23:03:23 +0200
commit21a01e1e32dc492df1c0afa64d1a1161fc8c8a7d (patch)
tree2b35842411a5137b4e34222c9bf1d4cd35bdc46f /src/CMakeL10n.txt
parentced70fe718950116ebf1b353e89936e120d4aa9a (diff)
downloadknetstats-21a01e1e32dc492df1c0afa64d1a1161fc8c8a7d.tar.gz
knetstats-21a01e1e32dc492df1c0afa64d1a1161fc8c8a7d.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 <[email protected]>
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 743b62d..b905352 100644
--- a/src/CMakeL10n.txt
+++ b/src/CMakeL10n.txt
@@ -1,3 +1,8 @@
##### create translation templates ##############
tde_l10n_create_template( "messages/knetstats" )
+
+tde_l10n_create_template(
+ CATALOG "desktop_files/knetstats.desktop/"
+ SOURCES knetstats.desktop
+)