From 2fdec0ce29c5b61f61640123db16d89a72e97de2 Mon Sep 17 00:00:00 2001 From: Hazelnoot Date: Fri, 16 May 2025 20:00:48 -0400 Subject: add option to put Translate button in the note toolbar --- locales/index.d.ts | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'locales') diff --git a/locales/index.d.ts b/locales/index.d.ts index 3316a679e0..e10511db05 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -12933,6 +12933,14 @@ export interface Locale extends ILocale { * Fetch linked note */ "fetchLinkedNote": string; + /** + * Add "Translate" to note action menu + */ + "showTranslationButtonInNoteFooter": string; + /** + * Failed to translate note. Please try again later or contact an administrator for assistance. + */ + "translationFailed": string; "_processErrors": { /** * Unable to process quote. This post may be missing context. -- cgit v1.2.3-freya