summaryrefslogtreecommitdiffstats
path: root/tdefile-plugins
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2018-12-31 02:05:40 +0100
committerSlávek Banko <slavek.banko@axis.cz>2018-12-31 02:21:54 +0100
commitcc7c2a4bfbae56bdde85e483b402cbfb11472cc0 (patch)
tree1eee8c48fbff28e7ba9bbb3bd547d20795e1c4d9 /tdefile-plugins
parent68302ec67d01fef8852059f1572eb28e96dbbfe2 (diff)
downloadtdeaddons-cc7c2a4bfbae56bdde85e483b402cbfb11472cc0.tar.gz
tdeaddons-cc7c2a4bfbae56bdde85e483b402cbfb11472cc0.zip
Add CMakeL10n rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 285df936a6e0329d60cd31de793cf4a4c4d472e3)
Diffstat (limited to 'tdefile-plugins')
-rw-r--r--tdefile-plugins/CMakeL10n.txt3
-rw-r--r--tdefile-plugins/cert/CMakeL10n.txt3
-rw-r--r--tdefile-plugins/desktop/CMakeL10n.txt3
-rw-r--r--tdefile-plugins/folder/CMakeL10n.txt3
-rw-r--r--tdefile-plugins/html/CMakeL10n.txt3
-rw-r--r--tdefile-plugins/lnk/CMakeL10n.txt3
-rw-r--r--tdefile-plugins/mhtml/CMakeL10n.txt3
-rw-r--r--tdefile-plugins/txt/CMakeL10n.txt3
8 files changed, 24 insertions, 0 deletions
diff --git a/tdefile-plugins/CMakeL10n.txt b/tdefile-plugins/CMakeL10n.txt
new file mode 100644
index 0000000..b585ce4
--- /dev/null
+++ b/tdefile-plugins/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_auto_add_subdirectories( )
diff --git a/tdefile-plugins/cert/CMakeL10n.txt b/tdefile-plugins/cert/CMakeL10n.txt
new file mode 100644
index 0000000..733e359
--- /dev/null
+++ b/tdefile-plugins/cert/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_create_template( "tdefile_cert" )
diff --git a/tdefile-plugins/desktop/CMakeL10n.txt b/tdefile-plugins/desktop/CMakeL10n.txt
new file mode 100644
index 0000000..aa73d10
--- /dev/null
+++ b/tdefile-plugins/desktop/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_create_template( "tdefile_desktop" )
diff --git a/tdefile-plugins/folder/CMakeL10n.txt b/tdefile-plugins/folder/CMakeL10n.txt
new file mode 100644
index 0000000..8c8be93
--- /dev/null
+++ b/tdefile-plugins/folder/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_create_template( "tdefile_folder" )
diff --git a/tdefile-plugins/html/CMakeL10n.txt b/tdefile-plugins/html/CMakeL10n.txt
new file mode 100644
index 0000000..76e7816
--- /dev/null
+++ b/tdefile-plugins/html/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_create_template( "tdefile_html" )
diff --git a/tdefile-plugins/lnk/CMakeL10n.txt b/tdefile-plugins/lnk/CMakeL10n.txt
new file mode 100644
index 0000000..bdf940f
--- /dev/null
+++ b/tdefile-plugins/lnk/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_create_template( "tdefile_lnk" )
diff --git a/tdefile-plugins/mhtml/CMakeL10n.txt b/tdefile-plugins/mhtml/CMakeL10n.txt
new file mode 100644
index 0000000..f07e6ab
--- /dev/null
+++ b/tdefile-plugins/mhtml/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_create_template( "tdefile_mhtml" )
diff --git a/tdefile-plugins/txt/CMakeL10n.txt b/tdefile-plugins/txt/CMakeL10n.txt
new file mode 100644
index 0000000..03961b2
--- /dev/null
+++ b/tdefile-plugins/txt/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_create_template( "tdefile_txt" )