Fix language loading. Closes #207

This commit is contained in:
Maksim Eltyshev
2022-03-31 02:23:44 +05:00
parent 0c92623109
commit f539e7b76d
7 changed files with 261 additions and 32 deletions

View File

@@ -25,7 +25,7 @@ export function* initializeCoreService() {
notifications,
} = yield call(fetchCoreRequest); // TODO: handle error
yield call(i18n.loadCoreLocale, i18n.language);
yield call(i18n.loadCoreLocale, i18n.resolvedLanguage);
yield put(
initializeCore(