jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/615260 )
Change subject: Add support for arywiki to Pywikibot ......................................................................
Add support for arywiki to Pywikibot
Bug: T258398 Change-Id: Iddbca1333f37b9c957fc8a4993a51d2ef42182dd --- M pywikibot/families/wikipedia_family.py 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/pywikibot/families/wikipedia_family.py b/pywikibot/families/wikipedia_family.py index 76cc9cf..9809bf9 100644 --- a/pywikibot/families/wikipedia_family.py +++ b/pywikibot/families/wikipedia_family.py @@ -58,7 +58,7 @@ 'ty', 'mdf', 'lg', 'srn', 'xh', 'gcr', 'fj', 'ltg', 'chr', 'sm', 'ak', 'got', 'kl', 'pih', 'om', 'cu', 'tn', 'tw', 'st', 'ts', 'ny', 'rmy', 'bm', 'nqo', 'chy', 'rn', 'mnw', 'tum', 'ss', 'ch', 'pnt', 'iu', 'ady', - 'ks', 've', 'ee', 'ik', 'sg', 'ff', 'ti', 'dz', 'din', 'cr', + 'ks', 've', 'ee', 'ik', 'sg', 'ff', 'ti', 'dz', 'din', 'cr', 'ary', ]
# Sites we want to edit but not count as real languages
pywikibot-commits@lists.wikimedia.org