From 4494a30441d0564b09abd76c412ad8a5c65a5228 Mon Sep 17 00:00:00 2001 From: Christian Rendl <10274479+christianrr@users.noreply.github.com> Date: Sat, 17 Jun 2023 09:52:12 +0200 Subject: [PATCH] Init app language with DEFAULT_LANGUAGE (#5445) --- app/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(() => {