diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-04-05 16:25:24 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-04-05 16:25:24 +0200 |
commit | 153392845d9c0cd409cb30f5e61bf71ed10b2119 (patch) | |
tree | 3a303b4509f3c91968695832bfd7310e0a6bfcc0 /src/CMakeL10n.txt | |
parent | 19219ddd34f3914386c16cad212376bc907f9eaf (diff) | |
download | kbookreader-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.txt | 5 |
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 +) |