Skip to content

Commit

Permalink
Add support for new wikis
Browse files Browse the repository at this point in the history
Bug: T350231
Bug: T350237
Bug: T350243
Bug: T350375
Change-Id: Ie1a28446f479cf3a5df79a233408168b43946c1e
  • Loading branch information
ZabeMath committed Nov 6, 2023
1 parent 2360b03 commit bb6f0e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pywikibot/families/wikipedia_family.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class Family(family.SubdomainFamily, family.WikimediaFamily):
'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
Expand Down
2 changes: 1 addition & 1 deletion pywikibot/families/wikiquote_family.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class Family(family.SubdomainFamily, family.WikimediaFamily):
'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 = {
Expand Down

0 comments on commit bb6f0e4

Please sign in to comment.