summaryrefslogtreecommitdiffstats
path: root/CMakeL10n.txt
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2020-04-05 11:56:32 +0200
committerSlávek Banko <[email protected]>2020-04-05 11:56:32 +0200
commitdcded97665311ec2c62a8b34122b495f720b373a (patch)
tree96cf7148e37c201d51279a419e303887dd824608 /CMakeL10n.txt
parenta46e7cc11eb4298288a2f969991063c72799ef20 (diff)
downloadkbarcode-dcded97665311ec2c62a8b34122b495f720b373a.tar.gz
kbarcode-dcded97665311ec2c62a8b34122b495f720b373a.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 <[email protected]>
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..bfefd8e 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"
+ SOURCES *.desktop
+)