From 9c9333a07d7c17016c2416d3f735c1155c0a5d30 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Mon, 27 Nov 2023 23:55:15 -0800 Subject: [PATCH] try to fix the multiple parsing of a file --- crowdin.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/crowdin.yml b/crowdin.yml index 8782a41ab..3ff89958b 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -1,10 +1,10 @@ 'pull_request_title': 'Translations update: %two_letters_code%' -'pull_request_labels': ['crowdin', 'l10n'] +'pull_request_labels': ['crowdin', 'i18n'] 'commit_message': 'Updated translations for %two_letters_code%' files: - - source: web/i18n/translations.*.json - translation: web/i18n/%locale% + - source: web/i18n/translations.en.json + translation: web/i18n/translation.%locale%.json project_id_env: CROWDIN_PROJECT_ID api_token_env: CROWDIN_PERSONAL_TOKEN