mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-10 07:46:02 +00:00
chore: add more language supports
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user