Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
382
export function tr(text: string): string {
383
return translateText(text, runtimeLanguage);
384
}
385
386
type I18nContextValue = {
387
language: Language;
Callers
15
NotificationPanel
Function · 0.85
ImportExport
Function · 0.85
ModelTester
Function · 0.85
handleAddRoute
Function · 0.85
TokenRoutes
Function · 0.85
Monitors
Function · 0.85
About
Function · 0.85
Accounts
Function · 0.85
TokensPanel
Function · 0.85
ProxyLogs
Function · 0.85
CheckinLog
Function · 0.85
Sites
Function · 0.85
Calls
1
translateText
Function · 0.85
Tested by
no test coverage detected