From 90025eb411965da0709652b9d939f5e763639ba7 Mon Sep 17 00:00:00 2001 From: thewh1teagle <61390950+thewh1teagle@users.noreply.github.com> Date: Mon, 17 Oct 2022 03:41:29 +0300 Subject: [PATCH] fix: incorrect language --- frontend/src/i18n/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/i18n/index.js b/frontend/src/i18n/index.js index 714a244e..b0def2c3 100644 --- a/frontend/src/i18n/index.js +++ b/frontend/src/i18n/index.js @@ -104,7 +104,7 @@ const i18n = new VueI18n({ locale: detectLocale(), fallbackLocale: "en", messages: { - he: removeEmpty(ar), + he: removeEmpty(he), ar: removeEmpty(ar), de: removeEmpty(de), en: en,