Bugfix regarding UI label overrides

This commit is contained in:
Rainer Simon 2021-04-18 13:12:44 +02:00
parent 6895f39660
commit 8588a1fd7d
1 changed files with 2 additions and 0 deletions

View File

@ -37,5 +37,7 @@ export const setLocale = (locale, opt_messages) => {
} catch (error) {
console.warn(`Unsupported locale '${l}'. Falling back to default en.`);
}
} else {
I18n.init(null, opt_messages);
}
}