jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/505620 )
Change subject: [L10N] Add "nap" site to wikisource Family ......................................................................
[L10N] Add "nap" site to wikisource Family
Bug: T221539 Change-Id: Ic04292f057af92b5a62396f18c6fec714a952a66 --- M pywikibot/families/wikisource_family.py 1 file changed, 4 insertions(+), 4 deletions(-)
Approvals: Framawiki: Looks good to me, approved jenkins-bot: Verified
diff --git a/pywikibot/families/wikisource_family.py b/pywikibot/families/wikisource_family.py index 9f875b9..020e7f7 100644 --- a/pywikibot/families/wikisource_family.py +++ b/pywikibot/families/wikisource_family.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """Family module for Wikisource.""" # -# (C) Pywikibot team, 2004-2018 +# (C) Pywikibot team, 2004-2019 # # Distributed under the terms of the MIT license. # @@ -29,11 +29,11 @@
languages_by_size = [ 'en', 'pl', 'ru', 'de', 'fr', 'zh', 'he', 'it', 'es', 'ar', 'cs', 'pt', - 'www', 'fa', 'gu', 'hu', 'ml', 'ko', 'sv', 'bn', 'sr', 'sa', 'sl', - 'hy', 'te', 'uk', 'el', 'ro', 'fi', 'vi', 'ja', 'az', 'th', 'ta', 'ca', + 'www', 'fa', 'gu', 'hu', 'ml', 'sv', 'ko', 'bn', 'sr', 'sa', 'sl', + 'hy', 'uk', 'te', 'el', 'ro', 'fi', 'vi', 'ja', 'az', 'th', 'ta', 'ca', 'br', 'kn', 'nl', 'hr', 'la', 'no', 'is', 'vec', 'eo', 'tr', 'pms', 'et', 'be', 'mk', 'da', 'id', 'yi', 'bg', 'li', 'as', 'mr', 'or', 'gl', - 'bs', 'sah', 'lt', 'sk', 'eu', 'pa', 'cy', 'zh-min-nan', 'fo', + 'bs', 'sah', 'lt', 'sk', 'eu', 'pa', 'cy', 'zh-min-nan', 'fo', 'nap', ]
category_redirect_templates = {
pywikibot-commits@lists.wikimedia.org