-
-
Notifications
You must be signed in to change notification settings - Fork 500
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
How to store Translations in Files? and force UTF-8 loading? #7
Comments
Hi! |
Like @NadhirBoukhenifra, I've run into problems dealing with separate files for translations. However, instead of separating the translations and bundling them together later, like your example does, I want to only load the translations of the language of the user. The current project I'm working on could get support for a lot of languages, so it might get bloated if I load everything at once. Also +1 for non-Latin characters in routes. Thanks for the effort you already put in this module, it helped me a lot. :) |
The problem with non-latin characters still exists. Did anyone find the way how to use different languages in urls? As I've tested a lot of languages - German, French, Russian, Czech, etc. |
In addition, want to share how to fix this on a project side, but this solution looks wired.
|
Hello,
thank you for this awesome plugin :)
i have some Questions:
locales/en.json
andloacales/fr.json
?both of
Messages
andRoutes
! in separate files.issues
invue-i18n
repo,Force UTF-8 Encoding Route-Name (After Reloading The Path) kazupon/vue-i18n#274
this problem appears when
naming route
to anotherlanguage
different fromLatin
!the links works fine
navigation
, as expected.but the real problem when try to refresh the page and the route is like this:
http://localhost:3000/cn/周有七天
orhttp://localhost:3000/ar/الرئيسية
the page won't load and redirect me to
error 404
.try to use your
plugin
with this repo https://github.com/vuetifyjs/nuxt.thank you again.
The text was updated successfully, but these errors were encountered: