fix: dashboard api calls, multi profile fetch
This commit is contained in:
@@ -9,9 +9,9 @@ i18n
|
||||
.use(initReactI18next) // Passes i18n down to react-i18next
|
||||
.init({
|
||||
supportedLngs: ['en', 'fa'], // Supported languages
|
||||
fallbackLng: 'en',
|
||||
fallbackLng: 'fa',
|
||||
detection: {
|
||||
order: ['localStorage', 'cookie', 'navigator'],
|
||||
order: ['localStorage', 'cookie'],
|
||||
caches: ['localStorage', 'cookie'],
|
||||
lookupLocalStorage: 'language', // The key to use in localStorage
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user