diff options
author | filip <filip.komar@gmail.com> | 2021-03-19 13:54:02 +0100 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2021-03-19 13:54:02 +0100 |
commit | 6576dfe6a9f8ac9dcd2eebd2af0ba74392484ebb (patch) | |
tree | d21201dcdce880c52d7184c0a2a785974728b10c /langs/report_tx_git.php | |
parent | e1244544c68141b24d5409aee36ea74e3f08fa8f (diff) | |
download | www-6576dfe6a9f8ac9dcd2eebd2af0ba74392484ebb.tar www-6576dfe6a9f8ac9dcd2eebd2af0ba74392484ebb.tar.gz www-6576dfe6a9f8ac9dcd2eebd2af0ba74392484ebb.tar.bz2 www-6576dfe6a9f8ac9dcd2eebd2af0ba74392484ebb.tar.xz www-6576dfe6a9f8ac9dcd2eebd2af0ba74392484ebb.zip |
lowering the treshold to report new language resources to commit
Diffstat (limited to 'langs/report_tx_git.php')
-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(); |