MCPcopy
hub / github.com/cita-777/metapi / tr

Function tr

src/web/i18n.tsx:382–384  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

380}
381
382export function tr(text: string): string {
383 return translateText(text, runtimeLanguage);
384}
385
386type I18nContextValue = {
387 language: Language;

Callers 15

NotificationPanelFunction · 0.85
ImportExportFunction · 0.85
ModelTesterFunction · 0.85
handleAddRouteFunction · 0.85
TokenRoutesFunction · 0.85
MonitorsFunction · 0.85
AboutFunction · 0.85
AccountsFunction · 0.85
TokensPanelFunction · 0.85
ProxyLogsFunction · 0.85
CheckinLogFunction · 0.85
SitesFunction · 0.85

Calls 1

translateTextFunction · 0.85

Tested by

no test coverage detected