On Wed, Mar 4, 2015 at 1:55 PM, Scott MacLeod helianth@gmail.com wrote:
Can I please ask a general question about AuthManager and ContentHandler, since I'm a little unfamiliar with them, and in terms of Wikipedia's 288 languages? How do these work inter-lingually?
Are you familair with https://www.mediawiki.org/wiki/Localisation ? That explains how MediaWiki i18n works in general, and it's very unlikely that new features would not use that existing mechanism.
For UI elements, AuthManager will likely be suggesting i18n message keys for a form field label and for an API parameter description. Actual use of those keys would be up to the caller.
For errors and such in responses, AuthManager would again be returning i18n message keys and parameter lists.