Xqt submitted this change.

View Change

Approvals: Meno25: Looks good to me, approved Xqt: Verified; Looks good to me, approved
Add support for new wikis

Bug: T314642
Bug: T314648
Bug: T316459
Bug: T317115
Bug: T319193
Change-Id: I04ea77092d209a3ced49a50053f791abd0702a25
---
M pywikibot/families/wikiquote_family.py
M pywikibot/families/wiktionary_family.py
2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/pywikibot/families/wikiquote_family.py b/pywikibot/families/wikiquote_family.py
index 27a99b9..8a6c39c 100644
--- a/pywikibot/families/wikiquote_family.py
+++ b/pywikibot/families/wikiquote_family.py
@@ -32,7 +32,8 @@
'bg', 'hy', 'hr', 'sr', 'el', 'su', 'nn', 'id', 'sv', 'li', 'hu', 'ko',
'nl', 'sah', 'ja', 'la', 'ta', 'gl', 'gu', 'ur', 'be', 'te', 'vi',
'cy', 'no', 'ml', 'sq', 'hi', 'kn', 'eu', 'ro', 'ku', 'uz', 'ka', 'da',
- 'sa', 'is', 'br', 'mr', 'af', 'th', 'wo', 'ky',
+ 'sa', 'is', 'br', 'mr', 'af', 'th', 'wo', 'ky', 'ig', 'bcl', 'tl',
+ 'bn',
]

category_redirect_templates = {
diff --git a/pywikibot/families/wiktionary_family.py b/pywikibot/families/wiktionary_family.py
index ae89597..b695432 100644
--- a/pywikibot/families/wiktionary_family.py
+++ b/pywikibot/families/wiktionary_family.py
@@ -41,7 +41,7 @@
'sd', 'fo', 'tt', 'gn', 'so', 'ie', 'mi', 'csb', 'ug', 'si', 'st',
'roa-rup', 'tpi', 'hif', 'kl', 'bjn', 'ha', 'zu', 'guw', 'ay', 'jbo',
'yi', 'ln', 'gu', 'na', 'gv', 'kw', 'am', 'ne', 'rw', 'ts', 'qu', 'ss',
- 'iu', 'chr', 'dv', 'ti', 'tn',
+ 'iu', 'chr', 'dv', 'ti', 'tn', 'ig',
]

category_redirect_templates = {

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

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I04ea77092d209a3ced49a50053f791abd0702a25
Gerrit-Change-Number: 841113
Gerrit-PatchSet: 2
Gerrit-Owner: Zabe <zabe@avorwerk.net>
Gerrit-Reviewer: Meno25 <meno25mail@gmail.com>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged