jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/972052 )
Change subject: Add support for new wikis ......................................................................
Add support for new wikis
Bug: T350231 Bug: T350237 Bug: T350243 Bug: T350375 Change-Id: Ie1a28446f479cf3a5df79a233408168b43946c1e --- M pywikibot/families/wikiquote_family.py M pywikibot/families/wikipedia_family.py 2 files changed, 15 insertions(+), 2 deletions(-)
Approvals: JJMC89: Looks good to me, approved jenkins-bot: Verified
diff --git a/pywikibot/families/wikipedia_family.py b/pywikibot/families/wikipedia_family.py index 1334514..6ad1dc1 100644 --- a/pywikibot/families/wikipedia_family.py +++ b/pywikibot/families/wikipedia_family.py @@ -57,7 +57,7 @@ 'mad', 'sm', 'alt', 'ltg', 'gcr', 'chr', 'ny', 'pcm', 'st', 'pih', 'gpe', 'got', 'ss', 'gur', 'ee', 'kcg', 'bm', 'ts', 've', 'chy', 'rn', 'ch', 'ady', 'ik', 'fon', 'guc', 'fat', 'pnt', 'iu', 'pwn', 'sg', - 'din', 'ti', 'kl', 'dz', 'cr', + 'din', 'ti', 'kl', 'dz', 'cr', 'zgh', 'dga', 'bbc', ]
# Sites we want to edit but not count as real languages diff --git a/pywikibot/families/wikiquote_family.py b/pywikibot/families/wikiquote_family.py index d67e56db..deff024 100644 --- a/pywikibot/families/wikiquote_family.py +++ b/pywikibot/families/wikiquote_family.py @@ -33,7 +33,7 @@ 'sah', 'nl', 'ja', 'la', 'ta', 'ig', 'hi', 'as', 'gl', 'gu', 'ur', 'tl', 'guw', 'be', 'te', 'vi', 'bn', 'cy', 'no', 'sq', 'ml', 'kn', 'eu', 'ro', 'ku', 'uz', 'ka', 'da', 'sa', 'is', 'th', 'bcl', 'br', - 'mr', 'af', 'ky', + 'mr', 'af', 'ky', 'bjn', ]
category_redirect_templates = {
pywikibot-commits@lists.wikimedia.org