summaryrefslogtreecommitdiffstats
path: root/src/CMakeL10n.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-04-05 16:25:24 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-04-05 16:25:24 +0200
commit153392845d9c0cd409cb30f5e61bf71ed10b2119 (patch)
tree3a303b4509f3c91968695832bfd7310e0a6bfcc0 /src/CMakeL10n.txt
parent19219ddd34f3914386c16cad212376bc907f9eaf (diff)
downloadkbookreader-153392845d9c0cd409cb30f5e61bf71ed10b2119.tar.gz
kbookreader-153392845d9c0cd409cb30f5e61bf71ed10b2119.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 70b17b8..fb59dfa 100644
--- a/src/CMakeL10n.txt
+++ b/src/CMakeL10n.txt
@@ -1,3 +1,8 @@
##### create translation templates ##############
tde_l10n_create_template( "messages/bookreader" )
+
+tde_l10n_create_template(
+ CATALOG "desktop_files/bookreader.desktop/"
+ SOURCES bookreader.desktop
+)