-
-
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
i18n array and v-for #91
Comments
Maybe related to #59 ? |
Thank you for your feedback. |
this bug is fixed? how to do can get array data? |
Is this issue fixed? when I try to translate an array it seems to fail. This is with version 9.*, vue 3, and options API. Edit: need to use $tm instead of $t |
"Hello! It appears I am facing a similar problem while attempting to define translations from json as an array using v-for in Nuxt3. However, instead of displaying the array content, I am seeing the variable itself portrayed as if it were a string manipulation, akin to the charAt function, which results in individual characters of the variable name being displayed. What could be the solution of this error? ASAP |
It looks a bit complicated, what are |
Hope I'm not making a simple mistake here, but I can't seem to get i18n arrays to work within v-for loops?
vue & vue-i18n version
2.0.7, 4.7.2
Reproduction Link
http://jsfiddle.net/SamHH/chc7k4cz/
What is Expected?
Iterate through the array.
What is actually happening?
Console errors, e.g.:
Error when rendering root instance
&Uncaught TypeError: n.replace is not a function
The text was updated successfully, but these errors were encountered: