(key: TranslationKey, variables?: InterpolationValues)
| 34 | constructor(private plugin: TaskNotesPlugin) {} |
| 35 | |
| 36 | private translate(key: TranslationKey, variables?: InterpolationValues): string { |
| 37 | return this.plugin.i18n.translate(key, variables); |
| 38 | } |
| 39 | |
| 40 | /** |
| 41 | * Find a loaded calendar event by its stored ICS event id. |
no test coverage detected