Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
Sidebar
Function · 0.85
PanelView
Function · 0.85
DaemonControl
Function · 0.85
BookMenu
Function · 0.85
Dashboard
Function · 0.85
StoryGraphTree
Function · 0.85
ChatPage
Function · 0.85
handleFanficInit
Function · 0.85
handleSpinoffInit
Function · 0.85
handleImitationInit
Function · 0.85
ImportManager
Function · 0.85
Analytics
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected