fix: incorrect language
This commit is contained in:
parent
7988954108
commit
90025eb411
@ -104,7 +104,7 @@ const i18n = new VueI18n({
|
|||||||
locale: detectLocale(),
|
locale: detectLocale(),
|
||||||
fallbackLocale: "en",
|
fallbackLocale: "en",
|
||||||
messages: {
|
messages: {
|
||||||
he: removeEmpty(ar),
|
he: removeEmpty(he),
|
||||||
ar: removeEmpty(ar),
|
ar: removeEmpty(ar),
|
||||||
de: removeEmpty(de),
|
de: removeEmpty(de),
|
||||||
en: en,
|
en: en,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user