This repository was archived by the owner on Dec 31, 2024. It is now read-only.
Replies: 1 comment
-
I'd like this to, especially for component-based translations. So far haven't found a solution. Maybe having a handler that sits in-between $t might work for now till a official solution appears |
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.
-
I am using vue 2 and version 8 of vue-i18n, and having trouble overriding messages. Is it possible to:
I have a repo that has this general reproduction case:
https://github.com/marr/vue2-i18n
You can see that the messages defined in App.vue do apply in direct usage of
$t
in the file, but not with components on that page that use those same messages.App.vue:
Hello.vue
Beta Was this translation helpful? Give feedback.
All reactions