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 Nov 15, 2019. It is now read-only.
You should load necessary javascript bundle for the chosen language.
The simple way is to make a html page for each locale and redirect to the necessary one via link.
You should create a configuration for each language, for example:
It will produce a javascript bundles with corresponding translations (two for your example). And you'll have to load the necessary one depending on the chosen language.
How can i change default lang in app (setLocale or other)?
webpack.config.js
app.js
__('login_form.emailField')
en.js
ru.js
The text was updated successfully, but these errors were encountered: