Permalink
Cannot retrieve contributors at this time
32 lines (30 sloc)
1.22 KB
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| files: | |
| - source: /content/**/*.md | |
| translation: /translations/%locale%/%original_path%/%original_file_name% | |
| # See lib/page-data.js for a matching list of prefix exceptions | |
| # Try to keep these in sync when editing in either location. | |
| ignore: | |
| - '/content/README.md' | |
| - '/content/early-access' | |
| - '/content/site-policy/site-policy-deprecated' | |
| - '/content/github/index' | |
| excluded_target_languages: ['de', 'ko', 'ru'] | |
| - source: /data/**/*.yml | |
| translation: /translations/%locale%/%original_path%/%original_file_name% | |
| excluded_target_languages: ['de', 'ko', 'ru'] | |
| - 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' | |
| excluded_target_languages: ['de', 'ko', 'ru'] | |
| # 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 |