summaryrefslogtreecommitdiffstats
path: root/tdefile-plugins
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2018-12-31 19:29:48 +0100
committerSlávek Banko <slavek.banko@axis.cz>2018-12-31 19:39:58 +0100
commit4f10a18ee62d62c3fc7607f57712af359b4d72e1 (patch)
tree786c0a1df0895bd9960f66fd40f904e6fe2c181c /tdefile-plugins
parent7f07615fb169a7c07b69ad8c56c31f171c13f1e7 (diff)
downloadtdesdk-4f10a18ee62d62c3fc7607f57712af359b4d72e1.tar.gz
tdesdk-4f10a18ee62d62c3fc7607f57712af359b4d72e1.zip
Add CMakeL10n rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 50cd09ad9ec4ae1785ae550dd669f5b373e8f4c5)
Diffstat (limited to 'tdefile-plugins')
-rw-r--r--tdefile-plugins/CMakeL10n.txt3
-rw-r--r--tdefile-plugins/c++/CMakeL10n.txt3
-rw-r--r--tdefile-plugins/diff/CMakeL10n.txt3
-rw-r--r--tdefile-plugins/ts/CMakeL10n.txt3
4 files changed, 12 insertions, 0 deletions
diff --git a/tdefile-plugins/CMakeL10n.txt b/tdefile-plugins/CMakeL10n.txt
new file mode 100644
index 00000000..b585ce4a
--- /dev/null
+++ b/tdefile-plugins/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_auto_add_subdirectories( )
diff --git a/tdefile-plugins/c++/CMakeL10n.txt b/tdefile-plugins/c++/CMakeL10n.txt
new file mode 100644
index 00000000..655ac932
--- /dev/null
+++ b/tdefile-plugins/c++/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_create_template( "tdefile_cpp" )
diff --git a/tdefile-plugins/diff/CMakeL10n.txt b/tdefile-plugins/diff/CMakeL10n.txt
new file mode 100644
index 00000000..a11620fd
--- /dev/null
+++ b/tdefile-plugins/diff/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_create_template( "tdefile_diff" )
diff --git a/tdefile-plugins/ts/CMakeL10n.txt b/tdefile-plugins/ts/CMakeL10n.txt
new file mode 100644
index 00000000..78c3d5bc
--- /dev/null
+++ b/tdefile-plugins/ts/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_create_template( "tdefile_ts" )