Bobbie Goede

Results 332 comments of Bobbie Goede

I have a workaround using the edge version for import files, I have changed you reproduction [here](https://stackblitz.com/edit/github-ebdazc-hg4euu?file=locales%2Fen%2Findex.ts,nuxt.config.ts) to demonstrate. By using `defineI18nLocale` with a function it works like so: ```ts...

Unable to reproduce after updating the reproduction to use the latest versions of nuxt and nuxt-i18n, this was likely resolved in v10 since it bumps `@intlify/unplugin-vue-i18n`. Updated reproduction to demonstrate...

Closing since v7 is no longer maintained 🙏

Sorry about this (and the late response), it seems like there are lots of edge cases for redirection that need to be covered (prerender/SSG/noSSR). Until this is fixed you can...

Closing this as v7 is not being actively worked on (critical hotfixes only), if this still applies to v8 and later please open a new issue!

If we're planning on adding translations to the docs we really need to fallback to automated translations if new content is added/updated, perhaps showing a badge/icon/button to communicate when a...

>What if someone adds a community contribution like a warning to the German docs. Should this also be synced back to the English translation? >If so, how do we differentiate...

This isn't really a bug but it should be documented better, by default `useLocaleHead` adds `hid` properties to the i18n meta tags (configurable with `attributeIdentifier`), this is actually used to...

Personally, I agree that deduping by default would be more intuitive, something to consider for v9 as it is a breaking change. For v8 an option could be to allow...

I would like to look into this issue but I will need a minimal reproduction to debug the exact issue. 😅 [Nuxt `3.8.0`](https://github.com/nuxt/nuxt/releases/tag/v3.8.0) has layer improvements which may tackle the...