summaryrefslogtreecommitdiffstats
path: root/src/CMakeL10n.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-05-03 18:24:09 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-05-03 18:24:09 +0200
commit34bda30cd92780ed0146c9ba639327b65e66d7ca (patch)
tree156e8a6f3a9a5d4a604b39f542a1ec02244eeda1 /src/CMakeL10n.txt
parentcdbd14a658fb50f6f16a3dca80598e0c75a7f131 (diff)
downloadpotracegui-34bda30cd92780ed0146c9ba639327b65e66d7ca.tar.gz
potracegui-34bda30cd92780ed0146c9ba639327b65e66d7ca.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.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/CMakeL10n.txt b/src/CMakeL10n.txt
index d9db4bd..1ed0a7c 100644
--- a/src/CMakeL10n.txt
+++ b/src/CMakeL10n.txt
@@ -1,3 +1,8 @@
##### create translation templates ##############
tde_l10n_create_template( "messages/potracegui" )
+
+tde_l10n_create_template(
+ CATALOG "desktop_files/potracegui.desktop/"
+ SOURCES potracegui.desktop
+)