summaryrefslogtreecommitdiffstats
path: root/CMakeL10n.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-07-07 19:01:27 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-07-07 19:01:27 +0200
commitc1e02c1baefcdb7c854912210e21258767e64bba (patch)
treee171cb88adccf597bfee07280557823a758d28c2 /CMakeL10n.txt
parent6b4ac8969c557ffadfd1b40f5079e980cdf1d462 (diff)
downloadtde-style-domino-c1e02c1baefcdb7c854912210e21258767e64bba.tar.gz
tde-style-domino-c1e02c1baefcdb7c854912210e21258767e64bba.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 'CMakeL10n.txt')
-rw-r--r--CMakeL10n.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
index 9730a56..201b90c 100644
--- a/CMakeL10n.txt
+++ b/CMakeL10n.txt
@@ -21,3 +21,11 @@ include( TDEL10n )
##### create translation templates ##############
tde_l10n_auto_add_subdirectories( )
+
+tde_l10n_create_template(
+ CATALOG "desktop_files/tde-style-domino-desktops"
+ SOURCES_DESKTOP
+ domino/domino.themerc
+ domino/Domino.kcsrc
+ client/domino.desktop
+)