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

@@ -42,6 +42,7 @@ const languageOptions = Object.entries(languages).map(([code, _]) => {
jp: "日本語",
de: "Deutsch",
es: "Español",
zhtw: "繁體中文",
};
return { code, label: labels[code] };
});