This repository was archived by the owner on Dec 31, 2024. It is now read-only.
Replies: 1 comment
-
Nvm. I've spotted it: https://kazupon.github.io/vue-i18n/guide/messages.html#linked-locale-messages |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
it used to be possible to write something like this:
{
"s": {
"button": "help"
},
"help": "Please click @:(s.button)"
}
Which would render 'Please click help'. However, after migrating to the latest version, it does not work anymore. I can't find anything in the documentation. Has this feature been removed?
Beta Was this translation helpful? Give feedback.
All reactions