mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-12 16:56:02 +00: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 {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
export interface I18nLabel {
|
||||
en_US: string;
|
||||
zh_CN: string;
|
||||
zh_Hans: string;
|
||||
ja_JP?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user