summaryrefslogtreecommitdiffstats
path: root/CMakeL10n.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-04-04 20:46:14 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-04-04 20:46:29 +0200
commit57044db780c3e39a8be3ecbd6ef8404ac9db9081 (patch)
tree3b58b34dc280d91c3389899279aa4e88c7256735 /CMakeL10n.txt
parent2d3dad2f473c17c2732bce3f88e1169aa9c28b89 (diff)
downloadfilelight-57044db780c3e39a8be3ecbd6ef8404ac9db9081.tar.gz
filelight-57044db780c3e39a8be3ecbd6ef8404ac9db9081.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 2a01ebba58913863a68f12848fedea27ef155ebc)
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 1dd96fa..4661392 100644
--- a/CMakeL10n.txt
+++ b/CMakeL10n.txt
@@ -21,3 +21,8 @@ include( TDEL10n )
##### create translation templates ##############
tde_l10n_create_template( "messages/filelight" )
+
+tde_l10n_create_template(
+ CATALOG "desktop_files/filelight-desktops"
+ SOURCES misc/*.desktop
+)