summaryrefslogtreecommitdiffstats
path: root/CMakeL10n.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-11-22 18:25:15 +0100
committerSlávek Banko <slavek.banko@axis.cz>2020-11-22 18:25:15 +0100
commit2d9b0ded005bad305657fdc3aa2d85f8dd189ca1 (patch)
tree5e36414e2962f5f30d06d5c961aa5ddcea689661 /CMakeL10n.txt
parent852809107b028f5333c07fc1dec6faecddf67977 (diff)
downloadtde-i18n-2d9b0ded005bad305657fdc3aa2d85f8dd189ca1.tar.gz
tde-i18n-2d9b0ded005bad305657fdc3aa2d85f8dd189ca1.zip
Add translation of entry.desktop files.
Note: For systems and distributions where individual language directories are unpacked for building, you need to add an unpacking for the 'translations' directory in addition to other common directories. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'CMakeL10n.txt')
-rw-r--r--CMakeL10n.txt26
1 files changed, 26 insertions, 0 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
new file mode 100644
index 00000000000..0d236c34102
--- /dev/null
+++ b/CMakeL10n.txt
@@ -0,0 +1,26 @@
+#################################################
+#
+# (C) 2020 Slávek Banko
+# slavek.banko (AT) axis.cz
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+cmake_minimum_required( VERSION 2.8 )
+
+
+##### include our cmake modules #################
+
+set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules" )
+include( TDEL10n )
+
+
+##### create translation templates ##############
+
+tde_l10n_create_template(
+ CATALOG "desktop_files/entry.desktop/"
+ SOURCES *entry.desktop
+)