MCPcopy
hub / github.com/shareAI-lab/learn-claude-code / useLocale

Function useLocale

web/src/lib/i18n.tsx:34–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32}
33
34export function useLocale() {
35 return useContext(I18nContext).locale;
36}

Callers 8

HeaderFunction · 0.90
TimelineFunction · 0.90
DesignDecisionsFunction · 0.90
DocRendererFunction · 0.90
HomePageFunction · 0.90
ComparePageFunction · 0.90
LayersPageFunction · 0.90
DiffPageContentFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected