translation code changes

This commit is contained in:
CyferShepard
2024-05-17 22:59:49 +02:00
parent 567dfc7a7f
commit c21152db5e
3 changed files with 2 additions and 2 deletions

View File

@@ -19,10 +19,10 @@ i18n
.use(LanguageDetector)
.use(initReactI18next)
.init({
fallbackLng: "en",
fallbackLng: "en-US",
debug: false,
detection: {
order: ["queryString", "cookie"],
order: ["navigator", "htmlTag", "querystring", "cookie", "localStorage", "sessionStorage", "path", "subdomain"],
cache: ["cookie"],
},
interpolation: {