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
where locale.value returns a string, but fallbackLocale.value returns a custom type. https://vue-i18n.intlify.dev/guide/essentials/fallback.html#fallbacking shows that there might be multiple locales but how do I get my configured one? / How can I transform the fallbackLocale.value to a single locale as string?
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
-
I have a Vue 3 app and use the following configuration
Inside my component I'm using
where
locale.value
returns a string, butfallbackLocale.value
returns a custom type. https://vue-i18n.intlify.dev/guide/essentials/fallback.html#fallbacking shows that there might be multiple locales but how do I get my configured one? / How can I transform thefallbackLocale.value
to a single locale asstring
?Beta Was this translation helpful? Give feedback.
All reactions