(key: string, params?: Record<string, string | number>)
| 29 | } |
| 30 | |
| 31 | private t(key: string, params?: Record<string, string | number>): string { |
| 32 | return this.options.plugin.i18n.translate(key, params); |
| 33 | } |
| 34 | |
| 35 | private getLocale(): string { |
| 36 | return this.options.plugin.i18n.getCurrentLocale() || "en"; |
no test coverage detected