chore: add more language supports

This commit is contained in:
Junyan Qin
2026-03-28 20:48:36 +08:00
parent 99e2976826
commit dddfa8ac79
14 changed files with 3758 additions and 0 deletions

View File

@@ -3,6 +3,9 @@ export interface I18nObject {
zh_Hans: string;
zh_Hant?: string;
ja_JP?: string;
th_TH?: string;
vi_VN?: string;
es_ES?: string;
}
export interface ComponentManifest {