We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is basically duplicate a of #502. I think it should be fixed so I opened a new issue.
vue: 2.5.17 vue-i18n: 8.9.0
http://jsfiddle.net/vshjg5bq/
<div>{{ $t('PopupMenu.Play Now') }}</div> <div>{{ $t('Hello World') }}</div>
new VueI18n({ locale: 'en', messages: { en: { 'PopupMenu': { 'Play Now': 'Play Now' }, 'Hello World':'Hello World' } } })
Play Now Hello World
PopupMenu.Play Now Hello World
Cannot translate the value of keypath 'PopupMenu.Play Now'. Use the value of keypath as default.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Note
This is basically duplicate a of #502.
I think it should be fixed so I opened a new issue.
vue & vue-i18n version
vue: 2.5.17
vue-i18n: 8.9.0
Reproduction Link
http://jsfiddle.net/vshjg5bq/
Steps to reproduce
What is Expected?
Play Now
Hello World
What is actually happening?
PopupMenu.Play Now
Hello World
The text was updated successfully, but these errors were encountered: