summaryrefslogtreecommitdiffstats
path: root/tdeabc
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2018-12-02 16:47:00 +0100
committerTDE Gitea <gitea@mirror.git.trinitydesktop.org>2018-12-09 15:42:12 +0000
commite532d9345d1568c348ad45ffd7beb8e8a79361b7 (patch)
tree9ae1ca459330756a5f2b621f3124f6eacd2897a5 /tdeabc
parent7ef585492cbe3a421bee00898b3927a88e035094 (diff)
downloadtdelibs-e532d9345d1568c348ad45ffd7beb8e8a79361b7.tar.gz
tdelibs-e532d9345d1568c348ad45ffd7beb8e8a79361b7.zip
Add CMakeL10n rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
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" )