diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | tools/converter/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | tools/kthesaurus/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | tools/tdefile-plugins/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | tools/tdefile-plugins/abiword/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | tools/tdefile-plugins/gnumeric/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | tools/tdefile-plugins/koffice/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | tools/tdefile-plugins/ooo/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | tools/thesaurus/CMakeL10n.txt | 3 |
9 files changed, 27 insertions, 0 deletions
diff --git a/tools/CMakeL10n.txt b/tools/CMakeL10n.txt new file mode 100644 index 00000000..b585ce4a --- /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 00000000..cbf81010 --- /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 00000000..83f72052 --- /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 00000000..b585ce4a --- /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 00000000..8527aa80 --- /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 00000000..2279d7c4 --- /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 00000000..dd32cc0c --- /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 00000000..d27456ea --- /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 00000000..ba844e61 --- /dev/null +++ b/tools/thesaurus/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "thesaurus_tool" ) |