Error Thrown When Keyword "link" Used As I18n Key #1711
Labels
🔨 p3-minor-bug
Priority 3: a bug in an edge case that only affects very specific usage
Type: Bug
Bug or Bug fixes
Reporting a bug?
In case above, as u can see our team is using the message key in form of "a.b.c.d", instead of nested object.
When we upgrade vue-i18n from v9.2.2 to latest version 9.8, we noticed a lots of breaking changes, which is expected according to the release notes.
But there is one issue cannot be explained. Error thrown when the message key end with "link", such as "test.link".
Expected behavior
No error thrown.
"link" is not a keyword, it should be allowed to use.
Reproduction
https://stackblitz.com/edit/vitejs-vite-b9zukn?file=src%2FApp.vue
System Info
Screenshot
https://ibb.co/MVd2S4n
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: