forked from taichi-dev/docs.taichi.graphics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
crowdin.yml
61 lines (61 loc) · 1.78 KB
/
crowdin.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
preserve_hierarchy: true
commit_message: "[crowdin cron]"
files:
# documentation
- source: /website/docs/develop/**/*.md
translation: /website/%locale%/docs/develop/**/%original_file_name%
languages_mapping:
locale:
zh-CN: zh
# community pages
- source: /website/community/**/*.md
translation: /website/%locale%/community/**/%original_file_name%
# ignore members since we redirect all locales to EN page for convenience
ignore:
- /website/community/members.md
- /website/zh/community/README.md
languages_mapping:
locale:
zh-CN: zh
# contribution pages
- source: /website/contribution/**/*.md
translation: /website/%locale%/contribution/**/%original_file_name%
languages_mapping:
locale:
zh-CN: zh
# events pages
- source: /website/events/**/*.md
translation: /website/%locale%/events/**/%original_file_name%
languages_mapping:
locale:
zh-CN: zh
# faq pages
- source: /website/faq/**/*.md
translation: /website/%locale%/faq/**/%original_file_name%
languages_mapping:
locale:
zh-CN: zh
# gallery pages
- source: /website/gallery/**/*.md
translation: /website/%locale%/gallery/**/%original_file_name%
languages_mapping:
locale:
zh-CN: zh
# research pages
- source: /website/research/**/*.md
translation: /website/%locale%/research/**/%original_file_name%
languages_mapping:
locale:
zh-CN: zh
# tutorials pages
- source: /website/tutorials/**/*.md
translation: /website/%locale%/tutorials/**/%original_file_name%
languages_mapping:
locale:
zh-CN: zh
# the index page
- source: /website/index.md
translation: /website/%locale%/index.md
languages_mapping:
locale:
zh-CN: zh