MCPcopy
hub / github.com/Narcooo/inkos / t

Function t

packages/studio/src/hooks/use-i18n.ts:349–351  ·  view source on GitHub ↗
(key: StringKey)

Source from the content-addressed store, hash-verified

347 const lang: Lang = data?.language === "en" ? "en" : "zh";
348
349 function t(key: StringKey): string {
350 return strings[key][lang];
351 }
352
353 return { t, lang };
354}

Callers 15

SidebarFunction · 0.85
PanelViewFunction · 0.85
DaemonControlFunction · 0.85
BookMenuFunction · 0.85
DashboardFunction · 0.85
StoryGraphTreeFunction · 0.85
ChatPageFunction · 0.85
handleFanficInitFunction · 0.85
handleSpinoffInitFunction · 0.85
handleImitationInitFunction · 0.85
ImportManagerFunction · 0.85
AnalyticsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected