-
If you are in universal mode, and lazy loading locales, you can have problems with fallback locale. I was wondering how to deal with it?
Should I merge manually the locale files for the fallback lang…
-
### Version
@nuxtjs/i18n: 8.0.0-beta.4
nuxt:3.0.0
### Nuxt configuration
Please change to `[x]` if relevant for this issue:
- [x ] Applies to a site deployed to a server with a Node backend
…
-
Hello everyone 👋
First of all thank you for all of your hard work on the module. I think the idea behind it is absolutely amazing!
Inside my project, I am using the official NuxtJS Module for …
-
Hello,
I've been running `@nuxt/module-builder` in version 0.5.5 for some time now, but when i tried updating to 0.8.0 the error written later popped up.
I'm now upgrading to 0.6.0 only and face …
-
### Describe the feature
# Environment
My nuxt and i18n version are:
"@nuxtjs/i18n": "^8.3.1",
"nuxt": "^3.11.2"
# Describe the feature
##### folderStructure
├── pages
│ └── wap
…
-
I'm currently trying to implement component tests for a component that uses `vue-i18n` and I'm getting this error:
```
SyntaxError: Need to install with `app.use` function
- /var/www/html/node_m…
-
### Reporting a bug?
After upgrade from `9.3.0-beta.27`, the mock of `useI18n()` doesn't work:
```typescript
import * as vueI18n from 'vue-i18n'
vi.spyOn(vueI18n, 'useI18n').mockReturnValue({}…
-
I'm setting up the nuxt-vitest module in my project. Though I'm running into some issues getting a simple test, I use mountSuspended(Logo) to test the mounting of a Logo component. This component uses…
-
I am using vue-i18n (8.25.0) with the following configuration:
**main.js**
```
// translations //
import { i18n } from '@/plugins/i18n'
import { Trans } from '@/plugins/Translation'
Trans.in…
-
### Environment
```
- Operating System: Darwin
- Node Version: v21.2.0
- Nuxt Version: 3.9.3
- CLI Version: 3.10.0
- Nitro Version: 2.8.1
- Package Manager: bun@1.0.21
- Bui…
MickL updated
5 months ago