Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/didi/KnowStreaming
/ ILocaleMap
Interface
ILocaleMap
km-console/packages/config-manager-fe/src/app.tsx:13–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
import { pageRoutes } from
'./pages'
;
12
import
'./index.less'
;
13
interface ILocaleMap {
14
[index: string]: any;
15
}
16
17
const localeMap: ILocaleMap = {
18
'zh-CN'
: {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected