mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-12 00:36:03 +00:00
fix: i18n fallback
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
export interface I18nObject {
|
||||
en_US: string;
|
||||
zh_Hans: string;
|
||||
zh_Hant?: string;
|
||||
ja_JP?: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user