From 8147f97196ea169d6ce1de58ebdaa85e0569ea23 Mon Sep 17 00:00:00 2001 From: Slávek Banko Date: Tue, 8 Jan 2019 00:06: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 (cherry picked from commit 60f97e3b91c86febc249259183c57399a7c6b528) --- tools/CMakeL10n.txt | 3 +++ tools/converter/CMakeL10n.txt | 3 +++ tools/kthesaurus/CMakeL10n.txt | 3 +++ tools/tdefile-plugins/CMakeL10n.txt | 3 +++ tools/tdefile-plugins/abiword/CMakeL10n.txt | 3 +++ tools/tdefile-plugins/gnumeric/CMakeL10n.txt | 3 +++ tools/tdefile-plugins/koffice/CMakeL10n.txt | 3 +++ tools/tdefile-plugins/ooo/CMakeL10n.txt | 3 +++ tools/thesaurus/CMakeL10n.txt | 3 +++ 9 files changed, 27 insertions(+) create mode 100644 tools/CMakeL10n.txt create mode 100644 tools/converter/CMakeL10n.txt create mode 100644 tools/kthesaurus/CMakeL10n.txt create mode 100644 tools/tdefile-plugins/CMakeL10n.txt create mode 100644 tools/tdefile-plugins/abiword/CMakeL10n.txt create mode 100644 tools/tdefile-plugins/gnumeric/CMakeL10n.txt create mode 100644 tools/tdefile-plugins/koffice/CMakeL10n.txt create mode 100644 tools/tdefile-plugins/ooo/CMakeL10n.txt create mode 100644 tools/thesaurus/CMakeL10n.txt (limited to 'tools') diff --git a/tools/CMakeL10n.txt b/tools/CMakeL10n.txt new file mode 100644 index 000000000..b585ce4af --- /dev/null +++ b/tools/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_auto_add_subdirectories( ) diff --git a/tools/converter/CMakeL10n.txt b/tools/converter/CMakeL10n.txt new file mode 100644 index 000000000..cbf810105 --- /dev/null +++ b/tools/converter/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "koconverter" ) diff --git a/tools/kthesaurus/CMakeL10n.txt b/tools/kthesaurus/CMakeL10n.txt new file mode 100644 index 000000000..83f720524 --- /dev/null +++ b/tools/kthesaurus/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "kthesaurus" ) diff --git a/tools/tdefile-plugins/CMakeL10n.txt b/tools/tdefile-plugins/CMakeL10n.txt new file mode 100644 index 000000000..b585ce4af --- /dev/null +++ b/tools/tdefile-plugins/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_auto_add_subdirectories( ) diff --git a/tools/tdefile-plugins/abiword/CMakeL10n.txt b/tools/tdefile-plugins/abiword/CMakeL10n.txt new file mode 100644 index 000000000..8527aa808 --- /dev/null +++ b/tools/tdefile-plugins/abiword/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdefile_abiword" ) diff --git a/tools/tdefile-plugins/gnumeric/CMakeL10n.txt b/tools/tdefile-plugins/gnumeric/CMakeL10n.txt new file mode 100644 index 000000000..2279d7c41 --- /dev/null +++ b/tools/tdefile-plugins/gnumeric/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdefile_gnumeric" ) diff --git a/tools/tdefile-plugins/koffice/CMakeL10n.txt b/tools/tdefile-plugins/koffice/CMakeL10n.txt new file mode 100644 index 000000000..dd32cc0c4 --- /dev/null +++ b/tools/tdefile-plugins/koffice/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdefile_koffice" ) diff --git a/tools/tdefile-plugins/ooo/CMakeL10n.txt b/tools/tdefile-plugins/ooo/CMakeL10n.txt new file mode 100644 index 000000000..d27456ea6 --- /dev/null +++ b/tools/tdefile-plugins/ooo/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdefile_ooo" ) diff --git a/tools/thesaurus/CMakeL10n.txt b/tools/thesaurus/CMakeL10n.txt new file mode 100644 index 000000000..ba844e61f --- /dev/null +++ b/tools/thesaurus/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "thesaurus_tool" ) -- cgit v1.2.3