MCPcopy
hub / github.com/callumalpass/tasknotes / t

Method t

src/components/TaskContextMenu.ts:164–166  ·  view source on GitHub ↗
(key: string, params?: Record<string, string | number>)

Source from the content-addressed store, hash-verified

162 }
163
164 private t(key: string, params?: Record<string, string | number>): string {
165 return this.options.plugin.i18n.translate(key, params);
166 }
167
168 private buildMenu(): void {
169 const { task, plugin } = this.options;

Callers 15

buildMenuMethod · 0.95
addContextMenuItemsMethod · 0.95
openContextInputMethod · 0.95
updateTaskContextsMethod · 0.95
addTagOptionsMethod · 0.95

Calls 1

translateMethod · 0.65

Tested by

no test coverage detected