Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/0010aor/FlashNotes
/ t
Function
t
frontend/src/utils.ts:4–4 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2
import
i18n, { i18nPromise } from
'./i18n'
3
4
let
t: (key: string) => string = () =>
''
5
6
i18nPromise.then(() => {
7
t = i18n.t.bind(i18n)
Callers
15
utils.ts
File · 0.85
passwordRules
Function · 0.85
confirmPasswordRules
Function · 0.85
handleError
Function · 0.85
CollectionActionHeader
Function · 0.85
CollectionListItem
Function · 0.85
CollectionKebabMenu
Function · 0.85
CollectionDialog
Function · 0.85
Drawer
Function · 0.85
AnalyticsConsent
Function · 0.85
ErrorState
Function · 0.85
Footer
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected