fix
This commit is contained in:
@@ -12,8 +12,11 @@ i18n
|
||||
ru: { translation: ru },
|
||||
en: { translation: en },
|
||||
},
|
||||
fallbackLng: "ru",
|
||||
supportedLngs: ["ru", "en"],
|
||||
// English is the default. The user can switch via the language picker
|
||||
// in the navbar; the choice is cached in localStorage and overrides
|
||||
// browser settings on subsequent visits.
|
||||
fallbackLng: "en",
|
||||
supportedLngs: ["en", "ru"],
|
||||
interpolation: { escapeValue: false },
|
||||
detection: {
|
||||
order: ["localStorage", "navigator"],
|
||||
|
||||
Reference in New Issue
Block a user