2020-09-27 15:10:11 +03:00
|
|
|
files:
|
|
|
|
- source: /content/**/*.md
|
|
|
|
translation: /translations/%locale%/%original_path%/%original_file_name%
|
2020-11-13 23:55:34 +03:00
|
|
|
ignore:
|
|
|
|
- '/content/README.md'
|
2020-11-18 02:56:25 +03:00
|
|
|
- '/content/early-access'
|
2021-01-14 22:41:38 +03:00
|
|
|
- '/content/github/site-policy-deprecated'
|
2020-09-27 15:10:11 +03:00
|
|
|
- source: /data/**/*.yml
|
|
|
|
translation: /translations/%locale%/%original_path%/%original_file_name%
|
|
|
|
- source: /data/**/*.md
|
|
|
|
translation: /translations/%locale%/%original_path%/%original_file_name%
|
2020-11-13 23:55:34 +03:00
|
|
|
ignore:
|
2020-12-03 20:30:08 +03:00
|
|
|
- '/data/README.md'
|
|
|
|
- '/data/reusables/README.md'
|
|
|
|
- '/data/variables/product.yml'
|
|
|
|
- '/data/variables/README.md'
|
|
|
|
- '/data/early-access'
|
|
|
|
- '/data/graphql'
|
|
|
|
- '/data/products.yml'
|
2020-10-16 22:27:14 +03:00
|
|
|
|
|
|
|
# These end up as env vars used by the GitHub Actions workflow
|
|
|
|
project_id_env: CROWDIN_PROJECT_ID
|
|
|
|
api_token_env: CROWDIN_PERSONAL_TOKEN
|
|
|
|
|
|
|
|
# https://support.crowdin.com/configuration-file-v3/#saving-directory-structure-on-server
|
2020-10-21 00:19:14 +03:00
|
|
|
preserve_hierarchy: true
|