jenkins-bot has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1168624?usp=email )

Change subject: family: fix language alias for gsw -> als
......................................................................

family: fix language alias for gsw -> als

Bug: T399411
Change-Id: If523b1653d3390fff398e7254c070f31aab2c4b9
---
M pywikibot/family.py
1 file changed, 3 insertions(+), 2 deletions(-)

Approvals:
  jenkins-bot: Verified
  Xqt: Looks good to me, approved




diff --git a/pywikibot/family.py b/pywikibot/family.py
index d7e9b8e..32987e7 100644
--- a/pywikibot/family.py
+++ b/pywikibot/family.py
@@ -961,8 +961,9 @@
         'dk': 'da',
         'jp': 'ja',

-        # Language aliases, see T86924
-        'nb': 'no',
+        # Language aliases
+        'nb': 'no',  # T86924
+        'gsw': 'als',  # T399411

         # Closed wiki redirection aliases
         'mo': 'ro',

--
To view, visit 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1168624?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings?usp=email

Gerrit-MessageType: merged
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: If523b1653d3390fff398e7254c070f31aab2c4b9
Gerrit-Change-Number: 1168624
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to