Hi everyone!
I’m trying to make i18n change language through Storybook’s preview globals.
I now have a drop-down menu for language change and vue-i18n is running in my storybook.
I was able to get “useGlobals” to work inside my decorator but the problem now is that I don’t have access to the storybook app context to be able to pass the new selected language to vie-i18n.
Do you have any idea on how I can access my app context inside the global decorators?