jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/487820 )
Change subject: [L10N] Fallbacks for pt and pt-br ......................................................................
[L10N] Fallbacks for pt and pt-br
wowwiki has sites with pt and pt-br codes. Set their fallbacks to pt-br and pt
Change-Id: I8fc8c167ad861d09bb6f4828c6acf12013ec76fd --- M pywikibot/i18n.py 1 file changed, 3 insertions(+), 0 deletions(-)
Approvals: Mpaa: Looks good to me, approved jenkins-bot: Verified
diff --git a/pywikibot/i18n.py b/pywikibot/i18n.py index 84ebdc0..74abdad 100644 --- a/pywikibot/i18n.py +++ b/pywikibot/i18n.py @@ -213,6 +213,8 @@ 'pms': 'eml', 'pnt': 'grc', 'ps': 'azb', + 'pt': 'pt', + 'pt-br': 'pt', 'qu': 'an', 'rm': 'rm', 'rmy': 'mo', @@ -339,6 +341,7 @@ 'nso': ['st', 'nso'], 'oc': ['fr', 'ca', 'es'], 'olo': ['fi'], + 'pt': ['pt', 'pt-br'], 'rm': ['de', 'it'], 'roa-rup': ['roa-rup', 'rup', 'ro'], 'rue': ['uk', 'ru'],
pywikibot-commits@lists.wikimedia.org