MCPcopy Create free account
hub / github.com/MCSManager/MCSManager / $t

Function $t

frontend/src/lang/i18n.ts:164–166  ·  view source on GitHub ↗
(...args: any[])

Source from the content-addressed store, hash-verified

162};
163
164const $t = (...args: any[]): string => {
165 return (i18n.global.t as Function)(...args);
166};
167const t = $t;
168
169(window as any).setLang = setLanguage;

Callers 15

useMarketTourFunction · 0.90
setupHttpFunction · 0.90
processExitFunction · 0.90
verificationFailedFunction · 0.90
tokenErrorFunction · 0.90
ajaxErrorFunction · 0.90
apiErrorFunction · 0.90
tooFastFunction · 0.90
speedLimitFunction · 0.90
loginSuccessFunction · 0.90
initializeMethod · 0.90
registerRemoteServiceMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected