Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/xpf0000/FlyEnv
/ I18nT
Function
I18nT
src/lang/index.ts:228–231 ·
view source on GitHub ↗
(key: LangKey | string, ...args: any)
Source
from the content-addressed store, hash-verified
226
}
227
228
export
const
I18nT = (key: LangKey | string, ...args: any) => {
229
const
t: any = i18n.global.t
230
return
t(key, ...args)
231
}
Callers
15
handleHelperStatusMessage
Method · 0.90
translateTemplate
Function · 0.90
updateAvailable
Method · 0.90
updateNotAvailable
Method · 0.90
updateDownloaded
Method · 0.90
updateError
Method · 0.90
initWatchPointWindow
Method · 0.90
delBind
Method · 0.90
addBind
Method · 0.90
login
Method · 0.90
createServer
Method · 0.90
menuChange
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected