fix: requestClient缺失i18n内容
This commit is contained in:
6
apps/web-antd/src/locales/langs/en-US/http.json
Normal file
6
apps/web-antd/src/locales/langs/en-US/http.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"apiRequestFailed": "Operation failed",
|
||||
"operationSuccess": "Operation Success",
|
||||
"successTip": "Success Tip",
|
||||
"errorTip": "Error Tip"
|
||||
}
|
6
apps/web-antd/src/locales/langs/zh-CN/http.json
Normal file
6
apps/web-antd/src/locales/langs/zh-CN/http.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"apiRequestFailed": "请求出错,请稍候重试",
|
||||
"operationSuccess": "操作成功",
|
||||
"successTip": "成功提示",
|
||||
"errorTip": "错误提示"
|
||||
}
|
Reference in New Issue
Block a user