36 lines
1.7 KiB
YAML
36 lines
1.7 KiB
YAML
files:
|
|
- source: /content/**/*.md
|
|
translation: /translations/%locale%/%original_path%/%original_file_name%
|
|
ignore:
|
|
- '/content/README.md'
|
|
- '/content/early-access'
|
|
- '/content/github/site-policy/github-enterprise-cloud-evaluation-agreement.md'
|
|
- '/content/github/site-policy/github-enterprise-service-level-agreement.md'
|
|
- '/content/github/site-policy/github-enterprise-server-license-agreement.md'
|
|
- '/content/github/site-policy/github-supplemental-terms-for-microsoft-volume-licensing.md'
|
|
- '/content/github/site-policy/github-ae-product-specific-terms.md'
|
|
- '/content/github/site-policy/amendment-to-github-terms-of-service-applicable-to-us-federal-government-users.md'
|
|
- '/content/github/site-policy/github-enterprise-subscription-agreement.md'
|
|
- '/content/github/site-policy/github-data-protection-addendum.md'
|
|
- '/content/github/site-policy/github-connect-addendum-to-the-github-enterprise-license-agreement.md'
|
|
- '/content/github/site-policy/github-ae-data-protection-agreement.md'
|
|
- source: /data/**/*.yml
|
|
translation: /translations/%locale%/%original_path%/%original_file_name%
|
|
- source: /data/**/*.md
|
|
translation: /translations/%locale%/%original_path%/%original_file_name%
|
|
ignore:
|
|
- '/data/README.md'
|
|
- '/data/reusables/README.md'
|
|
- '/data/variables/product.yml'
|
|
- '/data/variables/README.md'
|
|
- '/data/early-access'
|
|
- '/data/graphql'
|
|
- '/data/products.yml'
|
|
|
|
# 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
|
|
preserve_hierarchy: true
|