@@ -5,8 +5,8 @@ preserve_hierarchy: true
5
5
6
6
files :
7
7
-
8
- source : ' /docs/*.md'
9
- translation : ' /docs/i18n/ %locale%/%original_file_name%'
8
+ source : ' /content/ docs/*.md'
9
+ translation : ' /docs/%locale%/docs /%original_file_name%'
10
10
languages_mapping : &anchor
11
11
locale :
12
12
' af ' : ' af'
@@ -44,58 +44,43 @@ files:
44
44
' zh-CN ' : ' zh-Hans'
45
45
' zh-TW ' : ' zh-Hant'
46
46
-
47
- source : ' /tutorial /*.md'
48
- translation : ' /tutorial /%locale%/%original_file_name%'
47
+ source : ' /content/blog /*.md'
48
+ translation : ' /docs /%locale%/blog /%original_file_name%'
49
49
languages_mapping : *anchor
50
50
-
51
- source : ' /community/*.md'
52
- translation : ' /community/%locale%/%original_file_name%'
53
- ignore :
54
- - ' /community/complementary-tools.it-IT.md'
55
- - ' /community/complementary-tools.ko-KR.md'
56
- - ' /community/complementary-tools.zh-CN.md'
57
- - ' /community/conferences.it-IT.md'
58
- - ' /community/conferences.ko-KR.md'
59
- - ' /community/conferences.zh-CN.md'
60
- - ' /community/examples.it-IT.md'
61
- - ' /community/examples.ko-KR.md'
62
- - ' /community/examples.zh-CN.md'
63
- - ' /community/videos.it-IT.md'
64
- - ' /community/videos.ko-KR.md'
65
- - ' /community/videos.zh-CN.md'
66
- languages_mapping : *anchor
67
- -
68
- source : ' /contributing/*.md'
69
- translation : ' /contributing/%locale%/%original_file_name%'
51
+ source : ' /content/tutorial/*.md'
52
+ translation : ' /docs/%locale%/tutorial/%original_file_name%'
70
53
languages_mapping : *anchor
71
54
-
72
- source : ' /_data/*.yml'
73
- translation : ' /_data/%locale%/%original_file_name%'
74
- languages_mapping : *anchor
55
+ source : ' /content/community/*.md'
56
+ translation : ' /docs/%locale%/community/%original_file_name%'
75
57
ignore :
76
- - ' /_data/acknowledgements.yml'
77
- - ' /_data/authors.md'
78
- -
79
- source : ' /warnings/*.md'
80
- translation : ' /warnings/%locale%/%original_file_name%'
58
+ - ' /content/community/complementary-tools.it-IT.md'
59
+ - ' /content/community/complementary-tools.ko-KR.md'
60
+ - ' /content/community/complementary-tools.zh-CN.md'
61
+ - ' /content/community/conferences.it-IT.md'
62
+ - ' /content/community/conferences.ko-KR.md'
63
+ - ' /content/community/conferences.zh-CN.md'
64
+ - ' /content/community/examples.it-IT.md'
65
+ - ' /content/community/examples.ko-KR.md'
66
+ - ' /content/community/examples.zh-CN.md'
67
+ - ' /content/community/videos.it-IT.md'
68
+ - ' /content/community/videos.ko-KR.md'
69
+ - ' /content/community/videos.zh-CN.md'
81
70
languages_mapping : *anchor
82
71
-
83
- source : ' /index .md'
84
- translation : ' /%locale%/index.md '
72
+ source : ' /content/contributing/* .md'
73
+ translation : ' /docs/ %locale%/contributing/%original_file_name% '
85
74
languages_mapping : *anchor
86
75
-
87
- source : ' /README .md'
88
- translation : ' /%locale%/README.md '
76
+ source : ' /content/warnings/* .md'
77
+ translation : ' /docs/ %locale%/warnings/%original_file_name% '
89
78
languages_mapping : *anchor
90
79
-
91
- source : ' /acknowledgements .md'
92
- translation : ' /%locale%/acknowledgements .md'
80
+ source : ' /README .md'
81
+ translation : ' /docs/ %locale%/README .md'
93
82
languages_mapping : *anchor
94
83
-
95
- source : ' /404.md'
96
- translation : ' /%locale%/404.md'
84
+ source : ' /content/ 404.md'
85
+ translation : ' /docs/ %locale%/404.md'
97
86
languages_mapping : *anchor
98
- -
99
- source : ' /jsx-compiler.md'
100
- translation : ' /%locale%/jsx-compiler.md'
101
- languages_mapping : *anchor
0 commit comments