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:
@@ -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]) => [
|
||||
|
||||
Reference in New Issue
Block a user