From c1935966896d104ab37d8693e7121a1b30cc3f1d Mon Sep 17 00:00:00 2001 From: mic Date: Sun, 13 Oct 2024 20:52:19 +0200 Subject: [PATCH] new i18n strings added --- _locales/en/messages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 0905b0ac..0b8931fa 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -590,5 +590,21 @@ "OpenChatGPTTab_Info": { "message": "In case of login issues in the ThunderAI window, open ChatGPT in a new tab using the button on the right, log in, then close the tab and continue using ThunderAI.", "description": "" + }, + "placeholder_mail_body": { + "message": "Mail body", + "description": "" + }, + "placeholder_mail_subject": { + "message": "Mail subject", + "description": "" + }, + "placeholder_selected_text": { + "message": "Selected text", + "description": "" + }, + "placeholder_additional_text": { + "message": "Additional text", + "description": "" } } \ No newline at end of file