MCPcopy Create free account
hub / github.com/MCSManager/MCSManager / getSupportLanguages

Function getSupportLanguages

frontend/src/lang/i18n.ts:120–122  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

118}
119
120const getSupportLanguages = (): string[] => {
121 return SUPPORTED_LANGS.map((v) => v.value);
122};
123
124const searchSupportLanguage = (lang: string) => {
125 const findLang = getSupportLanguages().find((v) => v.includes(toStandardLang(lang)));

Callers 1

searchSupportLanguageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected