Bobbie Goede

Results 332 comments of Bobbie Goede

Can you give an example of what you mean exactly? I may be misunderstanding but your description sounds similar to the [useLocaleRoute](https://v8.i18n.nuxtjs.org/api/composables#uselocaleroute) composable.

Could you give an example of a use case for this functionality? Technically there are many situations in which the unlocalized routes do not exist when using Nuxt I18n.

I think such directive usage wouldn't work during SSR, as only the directive binding will be accessible as the node/element does not exist yet, this isn't very clearly described in...

I have worked on `runtimeConfig` support for the `detectBrowserLanguage` a while ago (https://github.com/nuxt-modules/i18n/pull/2576) but unfortunately it's blocked until the next `nitropack` release which includes https://github.com/unjs/nitro/pull/1831. I'll update/sync the feature PR...

Closing due to inactivity, if you're still experiencing this issue please open a new issue with a (minimal) reproduction.

FYI `setLocale` or `switchLocalePath` should also be used in Nuxt 3 (v8 and higher), mutating `$i18n.locale` directly will cause issues. Closing this as it seems to have been resolved a...

Thanks for the complete bug report! It looks like the issue here is that the element is moved outside of the viewport (initial `y` is bigger than the element itself,...

Now that I look at the issue in your portfolio I'm not sure if it's the same as your reproduction. I changed your reproduction to demonstrate [here](https://stackblitz.com/edit/nuxt-starter-o9qbmd?file=app.vue), I added some...

Hmm, if you can make a reproduction of this issue I'll give it a closer look. Also, is the issue still present if you use the directive approach (``)? I...

This issue is likely fixed by #171 which is now included in the latest release v2.1.0, but without a reproduction I'm unable to confirm this, can someone check if this...