Skip to content

Commit

Permalink
Use multiple languages on the frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
mercs600 authored and lukaszuznanski committed Feb 26, 2024
1 parent 981e58d commit 84ec75c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions front/_nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ export default defineNuxtConfig({
],
extends: '@t3headless/nuxt-typo3-ui',
typo3: {
i18n: {
default: 'en',
locales: ['en', 'pl', 'de']
},
api: {
baseUrl: 'https://pwa-demo.ddev.site/headless'
}
Expand Down

0 comments on commit 84ec75c

Please sign in to comment.