(key: string, params?: Record<string, string | number>)
| 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; |
no test coverage detected