crowdin.yml 400 Bytes
Newer Older
Chi Song's avatar
Chi Song committed
1
2
3
4
5
6
7
8
9
10
11
12
files:
  - source: '/**/*.[mM][dD]'
    ignore:
      - '*_%locale_with_underscore%.md'
      - /docs
      - /%locale_with_underscore%
      - '**/ISSUE_TEMPLATE/**'
    translation: /%original_path%/%file_name%_%locale_with_underscore%.md
  - source: /docs/en_US/**/*
    ignore:
      - /docs/%locale_with_underscore%/**/*.*
    translation: /docs/%locale_with_underscore%/**/%original_file_name%