This repository has been 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
-
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