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
The second item under heading Linked Message (Item 2 fails) should have displayed:
**topLevel.linked2:** linked2: error-message (Hyphen)
If a linked message is defined as
{ topLevel: { 'error-message': '...', }, linked2: 'linked2: @:topLevel.error-message', }
with a hyphen in the path, it does not resolve to correct translation. Instead, it shows:
linked2: null-message
The text was updated successfully, but these errors were encountered:
6e9f151
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?
The second item under heading Linked Message (Item 2 fails) should have displayed:
What is actually happening?
If a linked message is defined as
with a hyphen in the path, it does not resolve to correct translation. Instead, it shows:
The text was updated successfully, but these errors were encountered: