jenkins-bot submitted this change.

View Change

Approvals: Urbanecm: Looks good to me, but someone else must approve Meno25: Looks good to me, approved jenkins-bot: Verified
Add support for new wikis to pywikibot

Bug: T292423
Bug: T294526
Bug: T294527
Change-Id: I8325263cc4187e7481c3deb09cc3f1d78d73cb4d
---
M pywikibot/families/wikipedia_family.py
M pywikibot/families/wiktionary_family.py
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pywikibot/families/wikipedia_family.py b/pywikibot/families/wikipedia_family.py
index 16e9df0..35ef032 100644
--- a/pywikibot/families/wikipedia_family.py
+++ b/pywikibot/families/wikipedia_family.py
@@ -58,7 +58,7 @@
'nia', 'chr', 'tw', 'mnw', 'ks', 'pih', 'got', 'ny', 'cu', 'st', 'mad',
'kl', 'tn', 'bm', 'dag', 'ts', 'rmy', 've', 'chy', 'rn', 'tum', 'iu',
'ss', 'ch', 'pnt', 'ady', 'ik', 'ee', 'ff', 'din', 'sg', 'dz', 'ti',
- 'cr',
+ 'cr', 'ami', 'pwn',
]

# Sites we want to edit but not count as real languages
diff --git a/pywikibot/families/wiktionary_family.py b/pywikibot/families/wiktionary_family.py
index bdb7e98..2997551 100644
--- a/pywikibot/families/wiktionary_family.py
+++ b/pywikibot/families/wiktionary_family.py
@@ -41,7 +41,7 @@
'ie', 'so', 'csb', 'ug', 'bcl', 'si', 'st', 'roa-rup', 'hif', 'zu',
'kl', 'mi', 'ay', 'jbo', 'ln', 'yi', 'ha', 'gu', 'na', 'gv', 'kw',
'tpi', 'ne', 'rw', 'ts', 'qu', 'ss', 'chr', 'iu', 'am', 'dv', 'sg',
- 'ti', 'tn',
+ 'ti', 'tn', 'lmo',
]

category_redirect_templates = {

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

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I8325263cc4187e7481c3deb09cc3f1d78d73cb4d
Gerrit-Change-Number: 735308
Gerrit-PatchSet: 1
Gerrit-Owner: Zabe <alexander.vorwerk@stud.uni-goettingen.de>
Gerrit-Reviewer: Meno25 <meno25mail@gmail.com>
Gerrit-Reviewer: Urbanecm <martin.urbanec@wikimedia.cz>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged