You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I was curious if there was a guide anywhere describing how one could create libraries of components that support i18n. For example, if I had an acme-ui package, that used $t('message'), I'd like the ability to override that message translation in some package that used the ui package.
I opened a discussion in the v8 repo on a similar topic here kazupon/vue-i18n#1530. A basic example of componentization would be very helpful.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I was curious if there was a guide anywhere describing how one could create libraries of components that support i18n. For example, if I had an acme-ui package, that used
$t('message')
, I'd like the ability to override that message translation in some package that used the ui package.I opened a discussion in the v8 repo on a similar topic here kazupon/vue-i18n#1530. A basic example of componentization would be very helpful.
Beta Was this translation helpful? Give feedback.
All reactions