From f95ed2bb487734d0accd0a2c302dca7a21d19f72 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Wed, 17 Apr 2024 19:33:04 -0700 Subject: [PATCH] Update Crowdin configuration file --- crowdin.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/crowdin.yml b/crowdin.yml index bcc33d519..9fc313c75 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -1,10 +1,10 @@ -'pull_request_title': 'Translations update' -'pull_request_labels': ['crowdin', 'i18n'] -'commit_message': 'Updated translations' - +project_id_env: CROWDIN_PROJECT_ID +api_token_env: CROWDIN_PERSONAL_TOKEN +pull_request_title: Translations update +pull_request_labels: + - crowdin + - i18n +commit_message: Updated translations files: - source: /web/i18n/strings.json translation: /web/i18n/%two_letters_code%.json - -project_id_env: CROWDIN_PROJECT_ID -api_token_env: CROWDIN_PERSONAL_TOKEN