jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1162286?usp=email )
Change subject: [bugfix] Fix i18n doctests ...................................................................... [bugfix] Fix i18n doctests See: https://gerrit.wikimedia.org/r/c/pywikibot/i18n/+/1161493 Change-Id: Ibc74795cd937686e08462725e9ae67c6dce59ded --- M pywikibot/i18n.py 1 file changed, 3 insertions(+), 3 deletions(-) Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified diff --git a/pywikibot/i18n.py b/pywikibot/i18n.py index a045df0..e6c7a87 100644 --- a/pywikibot/i18n.py +++ b/pywikibot/i18n.py @@ -15,7 +15,7 @@ See :py:obj:`twtranslate` for more information on the messages. """ # -# (C) Pywikibot team, 2004-2024 +# (C) Pywikibot team, 2004-2025 # # Distributed under the terms of the MIT license. # @@ -917,11 +917,11 @@ >>> from pywikibot import i18n >>> i18n.known_languages()[:10] - ['ab', 'aeb', 'af', 'am', 'an', 'ang', 'anp', 'ar', 'arc', 'ary'] + ['ab', 'aeb', 'af', 'am', 'an', 'ang', 'anp', 'ar', 'arc', 'arz'] >>> i18n.known_languages()[-10:] ['vo', 'vro', 'wa', 'war', 'xal', 'xmf', 'yi', 'yo', 'yue', 'zh'] >>> len(i18n.known_languages()) - 254 + 251 The implementation is roughly equivalent to: -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1162286?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: Ibc74795cd937686e08462725e9ae67c6dce59ded Gerrit-Change-Number: 1162286 Gerrit-PatchSet: 3 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]
