Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
164
const
$t = (...args: any[]): string => {
165
return
(i18n.global.t as Function)(...args);
166
};
167
const
t = $t;
168
169
(window as any).setLang = setLanguage;
Callers
15
useMarketTour
Function · 0.90
setupHttp
Function · 0.90
processExit
Function · 0.90
verificationFailed
Function · 0.90
tokenError
Function · 0.90
ajaxError
Function · 0.90
apiError
Function · 0.90
tooFast
Function · 0.90
speedLimit
Function · 0.90
loginSuccess
Function · 0.90
initialize
Method · 0.90
registerRemoteService
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected