mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 21:13:50 +00:00
I18n Translations (#2267)
* rebase * i18n-1 * add error info i18n * fix * fix * refactor: 删除error.json * delete useI18n
This commit is contained in:
1
packages/web/types/i18next.d.ts
vendored
1
packages/web/types/i18next.d.ts
vendored
@@ -7,7 +7,6 @@ import publish from '../i18n/zh/publish.json';
|
||||
import workflow from '../i18n/zh/workflow.json';
|
||||
import user from '../i18n/zh/user.json';
|
||||
import chat from '../i18n/zh/chat.json';
|
||||
|
||||
export interface I18nNamespaces {
|
||||
common: typeof common;
|
||||
dataset: typeof dataset;
|
||||
|
Reference in New Issue
Block a user