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
{{ message }}
This repository has been archived by the owner on Jun 28, 2019. It is now read-only.
The i18n plugin can use the browsers preferred language for selecting a properties file and should fallback to the "Messages.properties" file.
Usually, you cannot provide properties files for all the possible languages, so some requests to files will fail, because they do not exist.
Problem: the event "i18n:complete" only gets triggered in the "success" part of the ajax request. If some files fail, it won't be triggered and the callback is never called, because it waits for this event.
Solution: Add an "error" function to the ajax request on line 256:
The i18n plugin can use the browsers preferred language for selecting a properties file and should fallback to the "Messages.properties" file.
Usually, you cannot provide properties files for all the possible languages, so some requests to files will fail, because they do not exist.
Problem: the event "i18n:complete" only gets triggered in the "success" part of the ajax request. If some files fail, it won't be triggered and the callback is never called, because it waits for this event.
Solution: Add an "error" function to the ajax request on line 256:
The text was updated successfully, but these errors were encountered: