feat: Fallback to English if translation is missing

Closes #175
This commit is contained in:
Maksim Eltyshev
2022-04-21 04:42:02 +05:00
parent ec7b4d7b24
commit 4371e16c8d
3 changed files with 11 additions and 4 deletions

View File

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