summaryrefslogtreecommitdiffstats
path: root/src/CMakeL10n.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-04-02 03:50:33 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-04-02 03:50:33 +0200
commitca29362cc0790deb7d56eaa156081ef196323934 (patch)
tree4251570af63b8173161a1a59d6ed616594f70d16 /src/CMakeL10n.txt
parent1492f4ef59236fa491af44334959aeb3edaf60ff (diff)
downloaddolphin-ca29362cc0790deb7d56eaa156081ef196323934.tar.gz
dolphin-ca29362cc0790deb7d56eaa156081ef196323934.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>
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( )