(menu: Menu, options: TaskContextMenuOptions)
| 158 | } |
| 159 | |
| 160 | static addToMenu(menu: Menu, options: TaskContextMenuOptions): void { |
| 161 | new TaskContextMenu(options, menu); |
| 162 | } |
| 163 | |
| 164 | private t(key: string, params?: Record<string, string | number>): string { |
| 165 | return this.options.plugin.i18n.translate(key, params); |
no outgoing calls
no test coverage detected