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
I copied step by step the code in your README but it doesn't work.
the translation works fine if we use a message object, but as soon as we use the tag, it doesn't work, and I see the error in the console:
[vue-i18n] Value of key 'hello' is not a string or function !
[vue-i18n] Cannot translate the value of keypath 'hello'. Use the value of keypath as default.
I have tried to make this work, with webpack, vue-cli, etc. but it just doesn't work, at least not with just the steps in the documentation.
Expected behavior
Instead of hello which is the name of the key it should show the value of this key, so "hello world!" or "こんにちは、世界!"
Reporting a bug?
I copied step by step the code in your README but it doesn't work.
the translation works fine if we use a message object, but as soon as we use the tag, it doesn't work, and I see the error in the console:
[vue-i18n] Value of key 'hello' is not a string or function !
[vue-i18n] Cannot translate the value of keypath 'hello'. Use the value of keypath as default.
I have tried to make this work, with webpack, vue-cli, etc. but it just doesn't work, at least not with just the steps in the documentation.
Expected behavior
Instead of hello which is the name of the key it should show the value of this key, so "hello world!" or "こんにちは、世界!"
Reproduction
https://codesandbox.io/s/brave-water-spm7l4
System Info
Screenshot
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: