change language #245 (#246)

### What problem does this PR solve?

change language

Issue link: #245



- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2024-04-07 17:41:29 +08:00
committed by GitHub
parent 591202721d
commit 373946ef3f
47 changed files with 1301 additions and 458 deletions

View File

@ -14,7 +14,6 @@ import {
KnowledgeDatasetRouteKey,
KnowledgeRouteKey,
datasetRouteMap,
routeMap,
} from './constant';
import styles from './index.less';
@ -49,7 +48,7 @@ const KnowledgeAdding = () => {
{t(`knowledgeDetails.${activeKey}`)}
</Link>
) : (
routeMap[activeKey]
t(`knowledgeDetails.${activeKey}`)
),
},
];