From 1358f42a5bd4d812db5f90f4aea91e2e86330f02 Mon Sep 17 00:00:00 2001 From: Guus der Kinderen Date: Wed, 29 Mar 2023 08:54:30 +0200 Subject: [PATCH] Added plugins to Transifex configuration --- .transifex.yml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/.transifex.yml b/.transifex.yml index 67052254..5048f321 100644 --- a/.transifex.yml +++ b/.transifex.yml @@ -5,3 +5,33 @@ git: file_format: UNICODEPROPERTIES translation_files_expression: 'core/src/main/resources/i18n/spark_i18n_.properties' source_language: en + - filter_type: file + source_file: plugins/fastpath/src/main/resources/i18n/fastpath_i18n.properties + file_format: UNICODEPROPERTIES + translation_files_expression: 'plugins/fastpath/src/main/resources/i18n/fastpath_i18n_.properties' + source_language: en + - filter_type: file + source_file: plugins/meet/src/main/resources/i18n/meet_i18n.properties + file_format: UNICODEPROPERTIES + translation_files_expression: 'plugins/meet/src/main/resources/i18n/meet_i18n_.properties' + source_language: en + - filter_type: file + source_file: plugins/roar/src/main/resources/i18n/roar_i18n.properties + file_format: UNICODEPROPERTIES + translation_files_expression: 'plugins/roar/src/main/resources/i18n/roar_i18n_.properties' + source_language: en + - filter_type: file + source_file: plugins/spelling/src/main/resources/i18n/spellchecker_i18n.properties + file_format: UNICODEPROPERTIES + translation_files_expression: 'plugins/spelling/src/main/resources/i18n/spellchecker_i18n_.properties' + source_language: en + - filter_type: file + source_file: plugins/transferguard/src/main/resources/i18n/transferguard_i18n.properties + file_format: UNICODEPROPERTIES + translation_files_expression: 'plugins/transferguard/src/main/resources/i18n/transferguard_i18n_.properties' + source_language: en + - filter_type: file + source_file: plugins/translator/src/main/resources/i18n/translator_i18n.properties + file_format: UNICODEPROPERTIES + translation_files_expression: 'plugins/translator/src/main/resources/i18n/translator_i18n_.properties' + source_language: en