Init app language with DEFAULT_LANGUAGE (#5445)

This commit is contained in:
Christian Rendl
2023-06-17 09:52:12 +02:00
committed by GitHub
parent 7bce4c807d
commit 4494a30441

View File

@@ -25,7 +25,7 @@ import Logger from "./utils/Logger";
import history from "./utils/history";
import { initSentry } from "./utils/sentry";
initI18n();
initI18n(env.DEFAULT_LANGUAGE);
const element = window.document.getElementById("root");
history.listen(() => {