jenkins-bot merged this change.
[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(-)
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'],
To view, visit change 487820. To unsubscribe, or for help writing mail filters, visit settings.