Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chokcoco/iCSS
/ t
Function
t
website/app/contexts/AppContext.tsx:51–53 ·
view source on GitHub ↗
(key: keyof Translations)
Source
from the content-addressed store, hash-verified
49
};
50
51
const t = (key: keyof Translations): string => {
52
return getTranslation(language, key);
53
};
54
55
const contextValue: AppContextType = {
56
theme,
Callers
5
HomePage
Function · 0.85
ThemeToggle
Function · 0.85
TestThemeLangPage
Function · 0.85
loadArticleData
Function · 0.85
ArticleDetailPage
Function · 0.85
Calls
1
getTranslation
Function · 0.90
Tested by
no test coverage detected