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

Method t

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

Source from the content-addressed store, hash-verified

56 }
57
58 private t(key: string, params?: Record<string, string | number>): string {
59 return this.options.plugin.i18n.translate(key, params);
60 }
61
62 private buildMenu(): void {
63 const { selectedPaths } = this.options;

Callers 7

buildMenuMethod · 0.95
addTagOptionsMethod · 0.95
addPriorityOptionsMethod · 0.95
addDateOptionsMethod · 0.95
openBatchTagInputMethod · 0.95
batchUpdateTagsMethod · 0.95
batchDeleteMethod · 0.95

Calls 1

translateMethod · 0.65

Tested by

no test coverage detected