mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-28 17:56:37 +02:00
12 lines
551 B
YAML
12 lines
551 B
YAML
project_id_env: CROWDIN_PROJECT_ID
|
|
api_token_env: CROWDIN_PERSONAL_TOKEN
|
|
pull_request_title: "🌐 New Crowdin updates"
|
|
commit_message: "[ci skip]"
|
|
|
|
files:
|
|
- source: /apps/web/public/locales/en/*.json
|
|
translation: /apps/web/public/locales/%two_letters_code%/%original_file_name%
|
|
- source: /apps/landing/public/locales/en/*.json
|
|
translation: /apps/landing/public/locales/%two_letters_code%/%original_file_name%
|
|
- source: /packages/emails/locales/en/*.json
|
|
translation: /packages/emails/locales/%two_letters_code%/%original_file_name%
|