jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/337258 )
Change subject: Updating Wikibooks projects which allows global bots ......................................................................
Updating Wikibooks projects which allows global bots
* Currently only: af, ca, fa, fy, gl, it, nl, ru, th & zh. * Added: gl. * Removed: ang (not BP wiki).
Change-Id: I5472e83681f8af682b6c1e99d2a04b9bab5b27d3 --- M pywikibot/families/wikibooks_family.py 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: jenkins-bot: Verified Xqt: Looks good to me, approved
diff --git a/pywikibot/families/wikibooks_family.py b/pywikibot/families/wikibooks_family.py index 2727218..44895d4 100644 --- a/pywikibot/families/wikibooks_family.py +++ b/pywikibot/families/wikibooks_family.py @@ -128,7 +128,7 @@ # Global bot allowed languages on # https://meta.wikimedia.org/wiki/Bot_policy/Implementation#Current_implementa... self.cross_allowed = [ - 'af', 'ang', 'ca', 'fa', 'fy', 'it', 'nl', 'ru', 'th', 'zh', + 'af', 'ca', 'fa', 'fy', 'gl', 'it', 'nl', 'ru', 'th', 'zh', ]
# Subpages for documentation.
pywikibot-commits@lists.wikimedia.org