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