crowdin.yml 467 Bytes
Newer Older
1
2
3
project_id_env: CROWDIN_PROJECT_ID
api_token_env: CROWDIN_PERSONAL_TOKEN
preserve_hierarchy: true
Chi Song's avatar
Chi Song committed
4
files:
5
6
7
8
  - source: /docs/en_US/**/*
    ignore:
      - /docs/zh_CN/**/*
    translation: /docs/%locale_with_underscore%/**/%original_file_name%
Chi Song's avatar
Chi Song committed
9
10
  - source: '/**/*.[mM][dD]'
    ignore:
11
      - '/**/*_%locale_with_underscore%.md'
Chi Song's avatar
Chi Song committed
12
13
      - /docs
      - /%locale_with_underscore%
14
      - /.github
Chi Song's avatar
Chi Song committed
15
    translation: /%original_path%/%file_name%_%locale_with_underscore%.md