From abd7bc3caf8492f3779a425519522be3f44e3687 Mon Sep 17 00:00:00 2001 From: amontenegro Date: Tue, 2 Jan 2024 11:33:48 -0600 Subject: [PATCH] Updating config yml --- .tx/config.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.tx/config.yaml b/.tx/config.yaml index 6f79ba376db..33affcfff20 100644 --- a/.tx/config.yaml +++ b/.tx/config.yaml @@ -184,3 +184,8 @@ filters: source_language: en translation_files_expression: orcid-core/src/main/resources/i18n/layout_.properties source_file: orcid-core/src/main/resources/i18n/layout_en.properties + - filter_type: file + file_format: UNICODEPROPERTIES + source_language: en + translation_files_expression: orcid-core/src/main/resources/i18n/email_add_works_to_record_.properties + source_file: orcid-core/src/main/resources/i18n/email_add_works_to_record_en.properties