Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/OpenBMB/UltraRAG
/ Window
Interface
Window
ui/frontend/src/shared/i18n/provider.tsx:17–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
16
declare global {
17
interface Window {
18
I18N_LOCALES?: Record<string, LocaleDict>;
19
}
20
}
21
22
type I18nContextValue = {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected