mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-29 02:06:34 +02:00
10 lines
287 B
YAML
10 lines
287 B
YAML
project_id_env: CROWDIN_PROJECT_ID
|
|
api_token_env: CROWDIN_PERSONAL_TOKEN
|
|
pull_request_title: "🌐 Update translations"
|
|
files:
|
|
[
|
|
{
|
|
source: "/apps/web/public/locales/en/*.json",
|
|
translation: "/apps/web/public/locales/%two_letters_code%/%original_file_name%",
|
|
},
|
|
]
|