mirror of
https://github.com/expressjs/expressjs.com.git
synced 2026-02-21 19:41:33 +00:00
15 lines
464 B
YAML
15 lines
464 B
YAML
files:
|
|
- source: /en/**/*.*
|
|
ignore:
|
|
- /en/blog/**/*.*
|
|
- /**/changelog/index.md
|
|
translation: /%two_letters_code%/**/%original_file_name%
|
|
- source: /_data/en/**/*.*
|
|
translation: /_data/%two_letters_code%/**/%original_file_name%
|
|
- source: /index.md
|
|
translation: /%two_letters_code%/index.md
|
|
preserve_hierarchy: true
|
|
project_id_env: CROWDIN_PROJECT_ID
|
|
base_url: 'https://express.api.crowdin.com'
|
|
api_token_env: CROWDIN_PERSONAL_TOKEN
|