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