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
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 file structure like so:
src\vue-i18n\locales\system\system.en-au.json
src\vue-i18n\locales\system\system.en-us.json
Imagine the current URL is: /en-au/home and the i18n current instance is set to en-au locale too.
I need to be able to do something like this:
So im trying to access the en-us message even though the current is en-au. How can i achieve this?
Beta Was this translation helpful? Give feedback.
All reactions