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
2.3.3, 7.0.0
https://github.com/kashiif/vue-intl-test
Under heading Linked Messages in Component interpolation (Items 3,4 fails):
The third item should have displayed:
topLevel.error_message: hello error_message (Underscore)
The fourth item should have displayed:
topLevel.linked1: hello linked1: hello
The linked messages are not resolved when used in the component interpolation.
The third item is displayed:
topLevel.error_message: hello
The fourth item is displayed:
topLevel.linked1: hello
The text was updated successfully, but these errors were encountered:
c973619
No branches or pull requests
vue & vue-i18n version
2.3.3, 7.0.0
Reproduction Link
https://github.com/kashiif/vue-intl-test
Steps to reproduce
What is Expected?
Under heading Linked Messages in Component interpolation (Items 3,4 fails):
The third item should have displayed:
The fourth item should have displayed:
What is actually happening?
The linked messages are not resolved when used in the component interpolation.
The third item is displayed:
The fourth item is displayed:
The text was updated successfully, but these errors were encountered: