summaryrefslogtreecommitdiffstats
path: root/src/CMakeL10n.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-04-05 15:45:12 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-04-05 15:45:12 +0200
commit976023e1c3762587023803e86a8c184da3e67915 (patch)
tree501906ec89f6bacc6e876da9a18f26909c34ccc8 /src/CMakeL10n.txt
parent9cc21b83f7b637450c4fc40d033ccad7896b07f1 (diff)
downloadkbibtex-976023e1c3762587023803e86a8c184da3e67915.tar.gz
kbibtex-976023e1c3762587023803e86a8c184da3e67915.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 f3d09d6..e783bab 100644
--- a/src/CMakeL10n.txt
+++ b/src/CMakeL10n.txt
@@ -1,3 +1,8 @@
##### create translation templates ##############
tde_l10n_create_template( "messages/kbibtex" )
+
+tde_l10n_create_template(
+ CATALOG "desktop_files/kbibtex-desktops"
+ SOURCES *.desktop
+)