MCPcopy
hub / github.com/027xiguapi/code-box / i18n

Function i18n

tools.ts:160–162  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

158}
159
160export function i18n(key: string) {
161 return chrome.i18n.getMessage(key)
162}
163
164export function getMetaContentByProperty(metaProperty: string) {
165 const metas = document.getElementsByTagName("meta")

Callers 15

DownloadHtmlFunction · 0.85
ParseMarkdownFunction · 0.85
ShowTagFunction · 0.85
DownloadWordFunction · 0.85
EditMarkdownFunction · 0.85
CssCodeFunction · 0.85
OptionsFunction · 0.85
EditMarkdownFunction · 0.85
DownloadPdfFunction · 0.85
DownloadImagesFunction · 0.85
ZhihuFunction · 0.85
CnblogsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected