jenkins-bot submitted this change.

View Change

Approvals: Meno25: Looks good to me, approved jenkins-bot: Verified
[FEAT] Add support for pcmwiki

* Also:
** guw.wiktionary.org
** bjn.wiktionary.org

Bug: T310882
Bug: T309059
Bug: T312217
Change-Id: I2992b37b90ba2be9ae2e8bbf7410a20d088b3d66
---
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 12f167f..6ea7048 100644
--- a/pywikibot/families/wikipedia_family.py
+++ b/pywikibot/families/wikipedia_family.py
@@ -56,7 +56,7 @@
'sm', 'gcr', 'alt', 'chr', 'ltg', 'guw', 'ny', 'pih', 'got', 'mad',
'st', 'ami', 'blk', 'bm', 'tn', 'rmy', 'ts', 'chy', 've', 'rn', 'iu',
'ak', 'ss', 'ch', 'ff', 'pnt', 'ady', 'kcg', 'ik', 'ee', 'din', 'sg',
- 'pwn', 'kl', 'ti', 'dz', 'cr',
+ 'pwn', 'kl', 'ti', 'dz', 'cr', 'pcm',
]

# 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 c2c86fb..9024085 100644
--- a/pywikibot/families/wiktionary_family.py
+++ b/pywikibot/families/wiktionary_family.py
@@ -41,7 +41,7 @@
'fo', 'sd', 'tt', 'gn', 'ie', 'so', 'csb', 'ug', 'si', 'st', 'roa-rup',
'tpi', 'hif', 'kl', 'ha', 'zu', 'mi', 'ay', 'jbo', 'yi', 'ln', 'gu',
'na', 'gv', 'kw', 'am', 'ne', 'rw', 'ts', 'qu', 'ss', 'iu', 'chr',
- 'dv', 'ti', 'tn',
+ 'dv', 'ti', 'tn', 'guw', 'bjn',
]

category_redirect_templates = {

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

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I2992b37b90ba2be9ae2e8bbf7410a20d088b3d66
Gerrit-Change-Number: 824427
Gerrit-PatchSet: 6
Gerrit-Owner: Meno25 <meno25mail@gmail.com>
Gerrit-Reviewer: Meno25 <meno25mail@gmail.com>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged