diff options
-rw-r--r-- | langs/report_tx_git.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/langs/report_tx_git.php b/langs/report_tx_git.php index d06369df6..76460a1a5 100644 --- a/langs/report_tx_git.php +++ b/langs/report_tx_git.php @@ -220,7 +220,7 @@ if ('Webpages' == $resource_type) { } // core part: building the data -$tx_lang_completed_treshold = 75; // report new languages above this treshold from 0 to 100 (%) +$tx_lang_completed_treshold = 10; // report new languages above this treshold from 0 to 100 (%) $langs_and_res_names_done = FALSE; $tx_all_languages = array(); $tx_all_langs_above_treshold = array(); |