-
-
Notifications
You must be signed in to change notification settings - Fork 861
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can I add dynamic locales? #6
Comments
Hi One Solution, You can include locales which was bundled with browserify or webpack, and then you can use brwserify webpack |
Im also interested in loading the translations dynamic. Because you dont need all languages compiled into js. You can load them via json etc. |
👍 for being able to load individual locales from json, this would help cut down on having to include every single locale file, especially if you support many languages and the files are large. I know with i18next-client you can point it towards a directory and it will call the relevant son file depending upon the language. |
Any update on support for this? It is a must to be able to load languages on demand and not all at once. Thanks again |
sorry, I'm hard work ... 🙇 |
Hello.
I have several big files with locales. What is the best way to include them to i18n?
I see only one solution now, add all locales anywhere in global scope (f.e.
window
) and then initBut uncomfortable, because I must define all locales before
Vue.use()
.The text was updated successfully, but these errors were encountered: