We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b5747c commit 56a4d11Copy full SHA for 56a4d11
1 file changed
docs/content/docs/9.studio/2.setup.md
@@ -185,14 +185,15 @@ Nuxt Studio includes built-in internationalization support with the following la
185
186
- 🇬🇧 **English** (default)
187
- 🇫🇷 **French**
188
+- 🇩🇪 **German**
189
190
Set your preferred language using the `i18n` option:
191
192
```ts [nuxt.config.ts]
193
export default defineNuxtConfig({
194
studio: {
195
i18n: {
- defaultLocale: 'fr' // 'en' or 'fr'
196
+ defaultLocale: 'fr' // 'en', 'fr' or 'de'
197
}
198
199
})
0 commit comments