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:
@@ -42,6 +42,7 @@ const languageOptions = Object.entries(languages).map(([code, _]) => {
|
||||
jp: "日本語",
|
||||
de: "Deutsch",
|
||||
es: "Español",
|
||||
zhtw: "繁體中文",
|
||||
};
|
||||
return { code, label: labels[code] };
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user