-
| Q | A
| --- | ---
| Bug? | yes
| New Feature? | no
| Sulu Version | 1.6.7
#### Actual Behavior
When loading a category in a none exist locale both values defaultLocale and locale are the s…
-
What is the purpose of
```javascript
if(defaultLocale === null) {
defaultLocale = name;
}
```
lines 28 to 31 ?
-
### Environment
- Operating System: `Darwin`
- Node Version: `v20.15.0`
- Nuxt Version: `^3.12.3`
- CLI Version: `3.12.0`
- Nitro Version: `-`
- Package Manager: `npm`
- Builde…
-
### Environment
- Operating System: Windows_NT
- Node Version: v18.12.1
- Nuxt Version: -
- CLI Version: 3.10.1
- Nitro Version: -
- Package Manager: unknown
- Builder: …
-
### Verify canary release
- [X] I verified that the issue exists in Next.js canary release
### Provide environment information
```
Operating System:
Platform: linux
Arch: x64
Versio…
-
Hey!
Please, take a look into the config bellow.
```typescript
import i18n from "@astrolicious/i18n";
i18n({
ns: [
"common",
"home",
"hero",
"how-we-work",
"our-c…
-
### Environment
------------------------------
```
- Operating System: Linux
- Node Version: v18.20.3
- Nuxt Version: 3.13.2
- CLI Version: 3.14.0
- Nitro Version: 2.9.7
- Package Man…
-
- Locale management was moved from the Session class to the Request class.
##### Configuring the default locale
Before:
```
framework:
session:
default_locale: fr
```
…
-
config
```
i18n: {
defaultLocale: 'en-US',
locales: [
'en-US',
'de-DE',
'es-ES',
.......
```
It build fail
```
themes: [
// .…
-
**Describe the bug**
`npx astro-i18next generate` command generates folders for all languages but defaultLocale
**Expected behavior**
I believe better to generate folder for default locale al…