mirror of
https://github.com/BreizhHardware/Jellystat.git
synced 2026-01-18 16:27:20 +01:00
translation code changes
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user