feat: Add Arabic language support

This commit is contained in:
n4ze3m
2024-12-27 20:55:22 +05:30
parent e4357677a7
commit a8c84f1447
11 changed files with 720 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ import { da } from "./lang/da";
import { no } from "./lang/no";
import { sv } from "./lang/sv";
import { ko } from "./lang/ko";
import { ar } from "./lang/ar"
i18n
@@ -43,6 +44,7 @@ i18n
de: de,
sv: sv,
ko: ko,
ar: ar
},
fallbackLng: "en",
lng: localStorage.getItem("i18nextLng") || "en",