MCPcopy
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
228export const I18nT = (key: LangKey | string, ...args: any) => {
229 const t: any = i18n.global.t
230 return t(key, ...args)
231}

Callers 15

translateTemplateFunction · 0.90
updateAvailableMethod · 0.90
updateNotAvailableMethod · 0.90
updateDownloadedMethod · 0.90
updateErrorMethod · 0.90
initWatchPointWindowMethod · 0.90
delBindMethod · 0.90
addBindMethod · 0.90
loginMethod · 0.90
createServerMethod · 0.90
menuChangeMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected