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:05:41 +0100
commit285df936a6e0329d60cd31de793cf4a4c4d472e3 (patch)
tree4d0fe187da24131b3471c404b329cc29ee707aa5 /tdefile-plugins
parent5e406cf6049dfab4f0bbc3bc4294f13c3f4e5b45 (diff)
downloadtdeaddons-285df936a6e0329d60cd31de793cf4a4c4d472e3.tar.gz
tdeaddons-285df936a6e0329d60cd31de793cf4a4c4d472e3.zip
Add CMakeL10n rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
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" )