Nikerabbit has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/291231

Change subject: Reduce export threshold for MediaWiki core
......................................................................

Reduce export threshold for MediaWiki core

For example, 1.19 had 2745 messages and you could mostly reach the 18%
threshold by translating all the most used messages. Nowadays MediaWiki
core has almost 3700 messages. Even though the top-500 list contains
now closer 600 entries, only 400 of them belong the core as extension
messages are now also included in the list. The new threshold of 13%
is currently about 480 messages, which means that some extra core
messages besides those in the top-500 list needs translation, but it
keeps the original spirit of translating about 500 core messages to
get the language included in MediaWiki.

Change-Id: If7626214af9878296ae234f8d5d32b10b92801a1
---
M bin/repoexport
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/31/291231/1

diff --git a/bin/repoexport b/bin/repoexport
index f202a5e..f505333 100755
--- a/bin/repoexport
+++ b/bin/repoexport
@@ -80,7 +80,7 @@
 
 elif [ "$PROJECT" = "mediawiki" ]
 then
-       php "$EXPORTER" --target . --group 'core' --lang='*' --skip 
"$SKIPLANGS" --threshold 18 $HOURS &
+       php "$EXPORTER" --target . --group 'core' --lang='*' --skip 
"$SKIPLANGS" --threshold 13 $HOURS &
        php "$EXPORTER" --target . --group 'core' --lang "$FORCELANGS" $HOURS &
        php "$EXPORTER" --target . --group 'ext-installer,mediawiki-api' 
--lang='*' --skip "$SKIPLANGS" $HOURS &
        wait

-- 
To view, visit https://gerrit.wikimedia.org/r/291231
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: If7626214af9878296ae234f8d5d32b10b92801a1
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Nikerabbit <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to