Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MCSManager/MCSManager
/ getI18nInstance
Function
getI18nInstance
frontend/src/lang/i18n.ts:116–118 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
114
}
115
116
export
function
getI18nInstance() {
117
return
i18n;
118
}
119
120
const
getSupportLanguages = (): string[] => {
121
return
SUPPORTED_LANGS.map((v) => v.value);
Callers
1
mountApp
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected