summaryrefslogtreecommitdiffstats
path: root/src/CMakeL10n.txt
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2020-05-01 19:36:39 +0200
committerSlávek Banko <[email protected]>2020-05-01 19:36:48 +0200
commit6eb6086f9ba602bc88e62f5e6e2d0b8647c6046e (patch)
tree649776fa016b11346b3b6842b7b61a837ec889d7 /src/CMakeL10n.txt
parent44adbb7ba101577771cecc82303129becd7ed225 (diff)
downloadkpicosim-6eb6086f9ba602bc88e62f5e6e2d0b8647c6046e.tar.gz
kpicosim-6eb6086f9ba602bc88e62f5e6e2d0b8647c6046e.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]> (cherry picked from commit 8b0d6be87ecfc982f9c96797e95ca661826064b6)
Diffstat (limited to 'src/CMakeL10n.txt')
-rw-r--r--src/CMakeL10n.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/CMakeL10n.txt b/src/CMakeL10n.txt
index 47f3f48..36d2ec9 100644
--- a/src/CMakeL10n.txt
+++ b/src/CMakeL10n.txt
@@ -1,3 +1,8 @@
##### create translation templates ##############
tde_l10n_create_template( "messages/kpicosim" )
+
+tde_l10n_create_template(
+ CATALOG "desktop_files/kpicosim.desktop/"
+ SOURCES kpicosim.desktop
+)