Fixed the language display size issue and updated the translation synchronously! (#3507)

* Fixed the language display size issue and updated the translation synchronously!

* Fixed Russian language display issue

---------

Co-authored-by: Ahao <108321411+xuanyuan0408@users.noreply.github.com>
This commit is contained in:
Ahao
2025-05-14 12:20:45 +08:00
committed by GitHub
parent becc51bcd2
commit 29ae70bbf6
14 changed files with 6006 additions and 5317 deletions

View File

@@ -12,8 +12,9 @@ import tr from "@/locales/tr.json";
import jp from "@/locales/jp.json";
import de from "@/locales/de.json";
import es from "@/locales/es.json";
import zhtw from "@/locales/zhtw.json";
export const languages = { en, ru, zh, fa, tt, id, ar, ko, tr, jp, de, es };
export const languages = { en, ru, zh, fa, tt, id, ar, ko, tr, jp, de, es, zhtw };
const resources = Object.fromEntries(
Object.entries(languages).map(([key, value]) => [