You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will be a lot more involved. The outage pages are essentially static html and cannot use internal moodle apis during an outage, so we would have to pre-bake N versions of all the pages for each language which are installed and also do some http header based content negotiation to show each user the right language. We will not have their session either so it can only be based off what their browser is sending and not what they would have selected inside moodle. It's all possible but just not trivial.
Multi-Language Content (v2) should be supported
https://moodle.org/plugins/filter_multilang2
The
{mlang en}content in English{mlang}
should be supported.
The text was updated successfully, but these errors were encountered: