jenkins-bot merged this change.

View Change

Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
[IMPR] wikisource_family.py: expand the list of global bot wikis

Expand the list of Wikisources where the standard global bot policy
is allowed.

Bug: T233903
Change-Id: I2ba3cfa1e2d0e12b422e5d0ccfdcdbd51fac9caa
---
M pywikibot/families/wikisource_family.py
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/pywikibot/families/wikisource_family.py b/pywikibot/families/wikisource_family.py
index 1e72a77..27a7525 100644
--- a/pywikibot/families/wikisource_family.py
+++ b/pywikibot/families/wikisource_family.py
@@ -68,8 +68,12 @@

# Global bot allowed languages on
# https://meta.wikimedia.org/wiki/BPI#Current_implementation
+ # https://meta.wikimedia.org/wiki/Special:WikiSets/2
cross_allowed = [
- 'ca', 'el', 'fa', 'it', 'ko', 'no', 'pl', 'vi', 'zh',
+ 'ar', 'be', 'bg', 'bn', 'br', 'bs', 'ca', 'cy', 'da', 'el', 'et',
+ 'eu', 'fa', 'fi', 'fo', 'gl', 'hr', 'hy', 'id', 'it', 'ja', 'kn',
+ 'ko', 'ml', 'nap', 'no', 'or', 'pa', 'pl', 'pt', 'ro', 'sa', 'sk',
+ 'sr', 'ta', 'te', 'th', 'uk', 'vi', 'zh',
]

authornamespaces = {

To view, visit change 539274. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I2ba3cfa1e2d0e12b422e5d0ccfdcdbd51fac9caa
Gerrit-Change-Number: 539274
Gerrit-PatchSet: 5
Gerrit-Owner: MarcoAurelio <maurelio@tools.wmflabs.org>
Gerrit-Reviewer: MarcoAurelio <maurelio@tools.wmflabs.org>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: jenkins-bot (75)