#How to enforce a specific language for create-first-user page

4 messages · Page 1 of 1 (latest)

exotic beacon
#

Hey, I have this i18n config

i18n: {
fallbackLanguage: 'de',
supportedLanguages: {
de,
en,
},
translations: customTranslations,
}

How can I ensure that the german translation is the default one? If I comment out en, then it uses german correctly.

slate lanceBOT
distant vine
exotic beacon
#

perfect, thanks!