diff --git a/src/lib/i18n.ts b/src/lib/i18n.ts index a164254c..269de0cc 100644 --- a/src/lib/i18n.ts +++ b/src/lib/i18n.ts @@ -25,7 +25,8 @@ void i18n supportedLngs: APP_LOCALES.split(','), ns: APP_NAMESPACES.split(','), - nonExplicitSupportedLngs: true, + lowerCaseLng: false, + nonExplicitSupportedLngs: false, returnEmptyString: false, returnNull: false, interpolation: {