feat: add rtl support (#2178)

This commit is contained in:
thewh1teagle
2022-10-21 19:07:11 +03:00
committed by GitHub
parent a49105db1d
commit 2c14146a31
10 changed files with 152 additions and 1 deletions

View File

@@ -100,6 +100,8 @@ const removeEmpty = (obj) =>
{}
);
export const rtlLanguages = ["he", "ar"];
const i18n = new VueI18n({
locale: detectLocale(),
fallbackLocale: "en",