diff --git a/app/index.tsx b/app/index.tsx index 69b41618b..5b10151b0 100644 --- a/app/index.tsx +++ b/app/index.tsx @@ -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(() => {