Skip to content

Commit 56a4d11

Browse files
authored
docs(studio): document de locale availability (#3618)
1 parent 5b5747c commit 56a4d11

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/content/docs/9.studio/2.setup.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,14 +185,15 @@ Nuxt Studio includes built-in internationalization support with the following la
185185

186186
- 🇬🇧 **English** (default)
187187
- 🇫🇷 **French**
188+
- 🇩🇪 **German**
188189

189190
Set your preferred language using the `i18n` option:
190191

191192
```ts [nuxt.config.ts]
192193
export default defineNuxtConfig({
193194
studio: {
194195
i18n: {
195-
defaultLocale: 'fr' // 'en' or 'fr'
196+
defaultLocale: 'fr' // 'en', 'fr' or 'de'
196197
}
197198
}
198199
})

0 commit comments

Comments
 (0)