summaryrefslogtreecommitdiffstats
path: root/src/CMakeL10n.txt
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2020-04-02 03:50:33 +0200
committerSlávek Banko <[email protected]>2020-04-02 03:56:15 +0200
commit591bf5a55a275960dcee2eb197c59ee7622beef9 (patch)
tree41f5c749683da5700110c249d28ef841057bc5d9 /src/CMakeL10n.txt
parent9933ac94c7259bf59707fbb4eefc62300399c4e8 (diff)
downloaddolphin-591bf5a55a275960dcee2eb197c59ee7622beef9.tar.gz
dolphin-591bf5a55a275960dcee2eb197c59ee7622beef9.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 ca29362cc0790deb7d56eaa156081ef196323934)
Diffstat (limited to 'src/CMakeL10n.txt')
-rw-r--r--src/CMakeL10n.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/CMakeL10n.txt b/src/CMakeL10n.txt
index 80c28b0..4ef060e 100644
--- a/src/CMakeL10n.txt
+++ b/src/CMakeL10n.txt
@@ -1,3 +1,10 @@
##### create translation templates ##############
tde_l10n_create_template( "messages/d3lphin" )
+
+tde_l10n_create_template(
+ CATALOG "desktop_files/d3lphin.desktop/"
+ SOURCES d3lphin.desktop
+)
+
+tde_l10n_auto_add_subdirectories( )