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,