summaryrefslogtreecommitdiffstats
path: root/CMakeL10n.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-03-26 18:05:04 +0100
committerSlávek Banko <slavek.banko@axis.cz>2020-03-26 18:05:04 +0100
commitd0dd2bfdcf137f073c6bb832742bf3762446226a (patch)
treeead8134cd34816b57bb4ea326c2747ceb8b89c3a /CMakeL10n.txt
parent9085d2c96d91f5ba23f3fa32c78a5720334b873c (diff)
downloadtdedocker-d0dd2bfdcf137f073c6bb832742bf3762446226a.tar.gz
tdedocker-d0dd2bfdcf137f073c6bb832742bf3762446226a.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.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
index a525b71..b1583ab 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/tdedocker.desktop/"
+ SOURCES tdedocker.desktop
+)