From e532d9345d1568c348ad45ffd7beb8e8a79361b7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= <slavek.banko@axis.cz>
Date: Sun, 2 Dec 2018 16:47:00 +0100
Subject: Add CMakeL10n rules.
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
---
 tdeabc/CMakeL10n.txt                   | 3 +++
 tdeabc/formats/CMakeL10n.txt           | 3 +++
 tdeabc/plugins/CMakeL10n.txt           | 3 +++
 tdeabc/plugins/dir/CMakeL10n.txt       | 3 +++
 tdeabc/plugins/file/CMakeL10n.txt      | 3 +++
 tdeabc/plugins/ldaptdeio/CMakeL10n.txt | 3 +++
 tdeabc/plugins/net/CMakeL10n.txt       | 3 +++
 tdeabc/plugins/sql/CMakeL10n.txt       | 3 +++
 8 files changed, 24 insertions(+)
 create mode 100644 tdeabc/CMakeL10n.txt
 create mode 100644 tdeabc/formats/CMakeL10n.txt
 create mode 100644 tdeabc/plugins/CMakeL10n.txt
 create mode 100644 tdeabc/plugins/dir/CMakeL10n.txt
 create mode 100644 tdeabc/plugins/file/CMakeL10n.txt
 create mode 100644 tdeabc/plugins/ldaptdeio/CMakeL10n.txt
 create mode 100644 tdeabc/plugins/net/CMakeL10n.txt
 create mode 100644 tdeabc/plugins/sql/CMakeL10n.txt

(limited to 'tdeabc')

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" )
-- 
cgit v1.2.1