mirror of
https://github.com/langbot-app/LangBot.git
synced 2025-11-26 03:44:58 +08:00
chore: change zh_CN to zh_Hans
This commit is contained in:
@@ -9,7 +9,7 @@ export interface ApiResponse<T> {
|
||||
|
||||
export interface I18nText {
|
||||
en_US: string;
|
||||
zh_CN: string;
|
||||
zh_Hans: string;
|
||||
}
|
||||
|
||||
export interface AsyncTaskCreatedResp {
|
||||
|
||||
Reference in New Issue
Block a user