summaryrefslogtreecommitdiffstats
path: root/CMakeL10n.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-07-24 09:56:16 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-07-24 09:56:36 +0200
commit692670ce772c1d412317a053b7ed9505c83eaf77 (patch)
tree0e6bc96805635b666ee6ae6df7cad8af0b1fc1ff /CMakeL10n.txt
parente564eb713ae0d74979dc98275807c41c12998285 (diff)
downloadkdpkg-692670ce772c1d412317a053b7ed9505c83eaf77.tar.gz
kdpkg-692670ce772c1d412317a053b7ed9505c83eaf77.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 4b46227c04deca66c831446190f9f6bb98511996)
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..8b2b199 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/kdpkg-desktops"
+ SOURCES *.desktop
+)