How to get translations as object/array with vue-i18n-bridge ? #1387
ricardo17coelho
started this conversation in
General
Replies: 1 comment 1 reply
-
@kazupon maybe u have an idea 😊😜 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to integrate
vue-i18n-bridge
into my project.Vue 2.7
andvue-i18n@8
I followed this migration/examples: https://vue-i18n.intlify.dev/guide/migration/vue2.html
On my project i have some translations like:
where i get the items and display it as list:
After install
vue-i18n-bridge
and initialize it like the example above, getting the items no longer works.i'm getting this warning:
After search in the issues, i found this related issues:
but it looks like
tm
andrt
are not available.How can i do this ?
Beta Was this translation helpful? Give feedback.
All reactions