jenkins-bot has submitted this change and it was merged.
Change subject: Add 'or' language to wikisource ......................................................................
Add 'or' language to wikisource
Change-Id: I7ee6716c92b505e74a13c1ebc0492d0401a52f39 --- M pywikibot/families/wikisource_family.py 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: John Vandenberg: Looks good to me, approved jenkins-bot: Verified
diff --git a/pywikibot/families/wikisource_family.py b/pywikibot/families/wikisource_family.py index a35087f..2996a08 100644 --- a/pywikibot/families/wikisource_family.py +++ b/pywikibot/families/wikisource_family.py @@ -21,7 +21,7 @@ 'sr', 'vi', 'sa', 'el', 'hr', 'no', 'th', 'bn', 'hy', 'is', 'nl', 'gu', 'la', 'ja', 'br', 'vec', 'uk', 'eo', 'tr', 'mk', 'yi', 'ta', 'az', 'id', 'be', 'da', 'li', 'et', 'as', 'mr', 'bg', 'bs', 'sah', - 'kn', 'gl', 'lt', 'cy', 'sk', 'zh-min-nan', 'fo', + 'kn', 'gl', 'lt', 'cy', 'sk', 'zh-min-nan', 'fo', 'or', ]
self.langs = dict([(lang, '%s.wikisource.org' % lang)
pywikibot-commits@lists.wikimedia.org