forked from goodrain/rainbond-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
crowdin.yml
20 lines (20 loc) · 858 Bytes
/
crowdin.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
project_id: '533480'
api_token: 'xxx'
# api_token_env: CROWDIN_PERSONAL_TOKEN,
preserve_hierarchy: true
files:
# docs markdown
- source: /docs/**/*
translation: /i18n/%two_letters_code%/docusaurus-plugin-content-docs/current/**/%original_file_name%
# community markdown
- source: /community/**/*
translation: /i18n/%two_letters_code%/docusaurus-plugin-content-docs-community/current/**/%original_file_name%
# case markdown
- source: /case/**/*
translation: /i18n/%two_letters_code%/docusaurus-plugin-content-blog-case/**/%original_file_name%
# blog markdown
- source: /blog/**/*
translation: /i18n/%two_letters_code%/docusaurus-plugin-content-blog/**/%original_file_name%
# usescene markdown
- source: /usescene/**/*
translation: /i18n/%two_letters_code%/docusaurus-plugin-content-blog-usescene/**/%original_file_name%