diff options
author | filip <filip.komar@gmail.com> | 2016-07-09 11:10:54 +0200 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2016-07-09 11:10:54 +0200 |
commit | 33ba64b3f340a891434f7c3a21b6652eabb81b32 (patch) | |
tree | 37d6a62e4c89b351c6e90589515fbdb3b88a7f23 /langs/report_tx_git.php | |
parent | 8c79589d647961b245da0d5e97ad43a9429844a8 (diff) | |
download | www-33ba64b3f340a891434f7c3a21b6652eabb81b32.tar www-33ba64b3f340a891434f7c3a21b6652eabb81b32.tar.gz www-33ba64b3f340a891434f7c3a21b6652eabb81b32.tar.bz2 www-33ba64b3f340a891434f7c3a21b6652eabb81b32.tar.xz www-33ba64b3f340a891434f7c3a21b6652eabb81b32.zip |
lower 'completed' l10n treshold (75 %)
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 9b42e54ea..2fde17b44 100644 --- a/langs/report_tx_git.php +++ b/langs/report_tx_git.php @@ -535,7 +535,7 @@ if ('Webpages' == $resource_type) { } // core part: building the data -$tx_lang_completed_treshold = 90; // report new languages above this treshold from 0 to 100 (%) +$tx_lang_completed_treshold = 75; // 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(); |