summaryrefslogtreecommitdiffstats
path: root/CMakeL10n.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-06-28 10:53:51 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-06-28 10:54:08 +0200
commit76d47fc6c247730e325c4eb5535fc4430b0c8cb1 (patch)
treee1f8dbabc79ae5195f5554f52f8c83e37b153804 /CMakeL10n.txt
parent4e2d5c5aa1b8e805b3ca64d314cfdc05c2192be2 (diff)
downloadkdiff3-76d47fc6c247730e325c4eb5535fc4430b0c8cb1.tar.gz
kdiff3-76d47fc6c247730e325c4eb5535fc4430b0c8cb1.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> (cherry picked from commit 509de40974962520faee091c89ce8281c0d7c0bc)
Diffstat (limited to 'CMakeL10n.txt')
-rw-r--r--CMakeL10n.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
index a525b71..fd0189c 100644
--- a/CMakeL10n.txt
+++ b/CMakeL10n.txt
@@ -21,3 +21,8 @@ include( TDEL10n )
##### create translation templates ##############
tde_l10n_auto_add_subdirectories( )
+
+tde_l10n_create_template(
+ CATALOG "desktop_files/kdiff3-desktops"
+ SOURCES *.desktop
+)