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