From 9d0504d5eac0776c08f297d292877b091ee80451 Mon Sep 17 00:00:00 2001 From: aljawaid Date: Tue, 18 Oct 2022 19:31:33 +0100 Subject: [PATCH] NEW: Added `en_GB` translations --- Locale/en_GB/translations.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Locale/en_GB/translations.php b/Locale/en_GB/translations.php index 8b13789..d3cd5c9 100644 --- a/Locale/en_GB/translations.php +++ b/Locale/en_GB/translations.php @@ -1 +1,9 @@ - + 'Send full task description and comments by email', + 'Email subject' => 'Email Subject', + 'Send to Assignee' => 'Send to Assignee', + 'Send to Creator' => 'Send to Creator', + 'Send to Both' => 'Send to Both', + 'Include Task Title and ID in subject line?' => 'Include Task Title and ID in the subject line?', +);