MCPcopy 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

HomePageFunction · 0.85
ThemeToggleFunction · 0.85
TestThemeLangPageFunction · 0.85
loadArticleDataFunction · 0.85
ArticleDetailPageFunction · 0.85

Calls 1

getTranslationFunction · 0.90

Tested by

no test coverage detected