Init app language with DEFAULT_LANGUAGE (#5445)
This commit is contained in:
@@ -25,7 +25,7 @@ import Logger from "./utils/Logger";
|
|||||||
import history from "./utils/history";
|
import history from "./utils/history";
|
||||||
import { initSentry } from "./utils/sentry";
|
import { initSentry } from "./utils/sentry";
|
||||||
|
|
||||||
initI18n();
|
initI18n(env.DEFAULT_LANGUAGE);
|
||||||
const element = window.document.getElementById("root");
|
const element = window.document.getElementById("root");
|
||||||
|
|
||||||
history.listen(() => {
|
history.listen(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user