Hey, I'm currently building a nuxt 3 template for future projects of mine and as a base for other devs. I've just set up storybook and according CI with chromatic. Now I'm wondering how I'll be able to use vue-i18n inside of the stories. Has anybody succeeded using nuxt 3, vue-i18n and storybook together? If you're interested to test yourself you can start from my current template: https://github.com/jojomatik/nuxt-3-base
I've tried different approaches but I've not been able to get it running, it usually fails with Error: Cannot read properties of undefined (reading 't'). All the examples I found online either use pure vue (no nuxt) or use the old $t api instead of useI18n().t.