fix: incorrect language

This commit is contained in:
thewh1teagle 2022-10-17 03:41:29 +03:00 committed by GitHub
parent 7988954108
commit 90025eb411
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,