jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/497099 )
Change subject: [doc] Fix i18n.py doc ......................................................................
[doc] Fix i18n.py doc
PLURAL is supported by twtranslate since 2015/10/09 and twntranslate is deprecated
Change-Id: I6eca2377c560abc8cf984eb961d98aa8df7f121b --- M pywikibot/i18n.py 1 file changed, 2 insertions(+), 2 deletions(-)
Approvals: D3r1ck01: Looks good to me, approved jenkins-bot: Verified
diff --git a/pywikibot/i18n.py b/pywikibot/i18n.py index 74abdad..d2de223 100644 --- a/pywikibot/i18n.py +++ b/pywikibot/i18n.py @@ -14,10 +14,10 @@ The default message location may be changed by calling L{set_message_package} with a package name. The package must contain an __init__.py, and a message bundle called 'pywikibot' containing -messages. See L{twntranslate} for more information on the messages. +messages. See L{twtranslate} for more information on the messages. """ # -# (C) Pywikibot team, 2004-2018 +# (C) Pywikibot team, 2004-2019 # # Distributed under the terms of the MIT license. #