summaryrefslogtreecommitdiffstats
path: root/CMakeL10n.txt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-01-02 21:55:08 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-01-02 21:55:08 +0900
commitae406497b7694172bb652d25702e3e83287432f3 (patch)
treebd792b292a32e76ef157be8c557b91e1c2f7146f /CMakeL10n.txt
parent02478739e7818ff52b31671e4e6862171a39cee6 (diff)
downloadpolkit-agent-tde-ae406497b7694172bb652d25702e3e83287432f3.tar.gz
polkit-agent-tde-ae406497b7694172bb652d25702e3e83287432f3.zip
Added translations of messages.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'CMakeL10n.txt')
-rw-r--r--CMakeL10n.txt23
1 files changed, 23 insertions, 0 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
new file mode 100644
index 0000000..f18984d
--- /dev/null
+++ b/CMakeL10n.txt
@@ -0,0 +1,23 @@
+#################################################
+#
+# (C) 2018 Slávek Banko
+# slavek.banko (AT) axis.cz
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+cmake_minimum_required( VERSION 3.1 )
+
+
+##### include our cmake modules #################
+
+set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules" )
+include( TDEL10n )
+
+
+##### create translation templates ##############
+
+tde_l10n_auto_add_subdirectories( )