Meno25 submitted this change.

View Change


Approvals: Meno25: Verified; Looks good to me, approved
Fix pywikibot.i18n.known_languages

Change-Id: I920e6093d6c1024e0188acf5ad1a0f96ccaf3385
---
M pywikibot/i18n.py
1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/pywikibot/i18n.py b/pywikibot/i18n.py
index f14d4e7..0c12c3b 100644
--- a/pywikibot/i18n.py
+++ b/pywikibot/i18n.py
@@ -911,7 +911,7 @@
>>> i18n.known_languages()[-10:]
['vo', 'vro', 'wa', 'war', 'xal', 'xmf', 'yi', 'yo', 'yue', 'zh']
>>> len(i18n.known_languages())
- 252
+ 253

The implementation is roughly equivalent to:


To view, visit change 937912. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I920e6093d6c1024e0188acf5ad1a0f96ccaf3385
Gerrit-Change-Number: 937912
Gerrit-PatchSet: 2
Gerrit-Owner: Meno25 <meno25mail@gmail.com>
Gerrit-Reviewer: Meno25 <meno25mail@gmail.com>
Gerrit-Reviewer: jenkins-bot
Gerrit-CC: Xqt <info@gno.de>
Gerrit-MessageType: merged