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
Support for the standard language tags in Moodle without having to install the filter_multilang2.
Tooltip with possible languages is shown when a highlighted language tag is selected (only when showalllanguages is off, otherwise the tooltip list would be too long).
Fix: when the text editor lost the focus the highlighting of the language tags disappeared.
Fix: the iso code was not displayed in the language list in the menu when showalllanguages was enabled.
Some internal refactoring because of the changes from above that made them necessary.
Adjust behat tests to test both, standard annotation and multilang2 filter annotation.