summaryrefslogtreecommitdiffstats
path: root/src/CMakeL10n.txt
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2020-05-03 15:33:48 +0200
committerSlávek Banko <[email protected]>2020-05-03 15:33:48 +0200
commit025455d06cd3b97a48720539ef094b66ec3fd391 (patch)
tree1ecb6a8be10c07a81d0ac92e2f0fb8d66e1cdfde /src/CMakeL10n.txt
parent9e50e74f0c0b299a2bb847a990821d5c8bf997d1 (diff)
downloadkvpnc-025455d06cd3b97a48720539ef094b66ec3fd391.tar.gz
kvpnc-025455d06cd3b97a48720539ef094b66ec3fd391.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.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/CMakeL10n.txt b/src/CMakeL10n.txt
index d9f4b00..471a9cb 100644
--- a/src/CMakeL10n.txt
+++ b/src/CMakeL10n.txt
@@ -1,3 +1,13 @@
##### create translation templates ##############
tde_l10n_create_template( "messages/kvpnc" )
+
+tde_l10n_create_template(
+ CATALOG "desktop_files/kvpnc.desktop/"
+ SOURCES kvpnc.desktop
+)
+
+tde_l10n_create_template(
+ CATALOG "desktop_files/eventsrc/"
+ SOURCES_DESKTOP eventsrc
+)