summaryrefslogtreecommitdiffstats
path: root/src/CMakeL10n.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-04-30 17:49:31 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-04-30 17:49:31 +0200
commit193377c524f58f2ae93489afb23b74c418e26fad (patch)
tree2a3a94d7f48a20932d9a3157acfa0c4211819860 /src/CMakeL10n.txt
parente65f4accce0f660916a1e3ab937692378ec0049b (diff)
downloadknmap-193377c524f58f2ae93489afb23b74c418e26fad.tar.gz
knmap-193377c524f58f2ae93489afb23b74c418e26fad.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 2ded689..9fa6aeb 100644
--- a/src/CMakeL10n.txt
+++ b/src/CMakeL10n.txt
@@ -1,3 +1,8 @@
##### create translation templates ##############
tde_l10n_create_template( "messages/knmap" )
+
+tde_l10n_create_template(
+ CATALOG "desktop_files/knmap.desktop/"
+ SOURCES knmap.desktop
+)