summaryrefslogtreecommitdiffstats
path: root/tdeabc
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2018-12-02 16:47:00 +0100
committerSlávek Banko <slavek.banko@axis.cz>2018-12-09 16:42:46 +0100
commita07b08c92d7a3ae296aa6c20ef3c19aeb6020fb3 (patch)
tree253e9aa525c0179a9739afc036f619d25cf6f023 /tdeabc
parent9a06da7515ae1a6b3975e2ff001f2d5de6e04762 (diff)
downloadtdelibs-a07b08c92d7a3ae296aa6c20ef3c19aeb6020fb3.tar.gz
tdelibs-a07b08c92d7a3ae296aa6c20ef3c19aeb6020fb3.zip
Add CMakeL10n rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 707d60c602a5bed23be354ea362ea7c24a87fb0b)
Diffstat (limited to 'tdeabc')
-rw-r--r--tdeabc/CMakeL10n.txt3
-rw-r--r--tdeabc/formats/CMakeL10n.txt3
-rw-r--r--tdeabc/plugins/CMakeL10n.txt3
-rw-r--r--tdeabc/plugins/dir/CMakeL10n.txt3
-rw-r--r--tdeabc/plugins/file/CMakeL10n.txt3
-rw-r--r--tdeabc/plugins/ldaptdeio/CMakeL10n.txt3
-rw-r--r--tdeabc/plugins/net/CMakeL10n.txt3
-rw-r--r--tdeabc/plugins/sql/CMakeL10n.txt3
8 files changed, 24 insertions, 0 deletions
diff --git a/tdeabc/CMakeL10n.txt b/tdeabc/CMakeL10n.txt
new file mode 100644
index 000000000..b585ce4af
--- /dev/null
+++ b/tdeabc/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_auto_add_subdirectories( )
diff --git a/tdeabc/formats/CMakeL10n.txt b/tdeabc/formats/CMakeL10n.txt
new file mode 100644
index 000000000..6559e4402
--- /dev/null
+++ b/tdeabc/formats/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_create_template( "tdeabcformat_binary" )
diff --git a/tdeabc/plugins/CMakeL10n.txt b/tdeabc/plugins/CMakeL10n.txt
new file mode 100644
index 000000000..b585ce4af
--- /dev/null
+++ b/tdeabc/plugins/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_auto_add_subdirectories( )
diff --git a/tdeabc/plugins/dir/CMakeL10n.txt b/tdeabc/plugins/dir/CMakeL10n.txt
new file mode 100644
index 000000000..e9b1904d4
--- /dev/null
+++ b/tdeabc/plugins/dir/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_create_template( "tdeabc_dir" )
diff --git a/tdeabc/plugins/file/CMakeL10n.txt b/tdeabc/plugins/file/CMakeL10n.txt
new file mode 100644
index 000000000..d9b76401c
--- /dev/null
+++ b/tdeabc/plugins/file/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_create_template( "tdeabc_file" )
diff --git a/tdeabc/plugins/ldaptdeio/CMakeL10n.txt b/tdeabc/plugins/ldaptdeio/CMakeL10n.txt
new file mode 100644
index 000000000..5472a778f
--- /dev/null
+++ b/tdeabc/plugins/ldaptdeio/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_create_template( "tdeabc_ldaptdeio" )
diff --git a/tdeabc/plugins/net/CMakeL10n.txt b/tdeabc/plugins/net/CMakeL10n.txt
new file mode 100644
index 000000000..af535cdd4
--- /dev/null
+++ b/tdeabc/plugins/net/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_create_template( "tdeabc_net" )
diff --git a/tdeabc/plugins/sql/CMakeL10n.txt b/tdeabc/plugins/sql/CMakeL10n.txt
new file mode 100644
index 000000000..5452d3d8b
--- /dev/null
+++ b/tdeabc/plugins/sql/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_create_template( "tdeabc_sql" )