MCPcopy 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
116export function getI18nInstance() {
117 return i18n;
118}
119
120const getSupportLanguages = (): string[] => {
121 return SUPPORTED_LANGS.map((v) => v.value);

Callers 1

mountAppFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected