forked from rust-lang-translations/translations
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtranslations.toml
More file actions
100 lines (81 loc) · 1.54 KB
/
Copy pathtranslations.toml
File metadata and controls
100 lines (81 loc) · 1.54 KB
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
submodules = [
[
'repos/rust',
'src/doc/book',
],
[
'repos/rust',
'src/tools/cargo',
],
[
'repos/rust',
'src/doc/edition-guide',
],
[
'repos/rust',
'src/doc/embedded-book',
],
[
'repos/rust',
'src/doc/nomicon',
],
[
'repos/rust',
'src/doc/reference',
],
['repos/rust-cli'],
]
[books.book]
path = 'repos/rust/src/doc/book'
[[books.book.translations]]
id = 'ja'
name = '日本語'
[[books.book.translations]]
id = 'ru'
name = 'Русский'
[[books.book.translations]]
id = 'ko'
name = '한국어'
[[books.book.translations]]
id = 'fr'
name = 'Français'
[books.cargo]
path = 'repos/rust/src/tools/cargo/doc/book'
[[books.cargo.translations]]
id = 'ja'
name = '日本語'
maintainers = ['dalance']
[[books.cargo.translations]]
id = 'ko'
name = '한국어'
[books.edition-guide]
path = 'repos/rust/src/doc/edition-guide'
[[books.edition-guide.translations]]
id = 'ko'
name = '한국어'
[books.embedded-book]
path = 'repos/rust/src/doc/embedded-book'
[[books.embedded-book.translations]]
id = 'ko'
name = '한국어'
[books.nomicon]
path = 'repos/rust/src/doc/nomicon'
[[books.nomicon.translations]]
id = 'ko'
name = '한국어'
[books.reference]
path = 'repos/rust/src/doc/reference'
[[books.reference.translations]]
id = 'ko'
name = '한국어'
[books.rust-cli]
path = 'repos/rust-cli'
[[books.rust-cli.translations]]
id = 'ko'
name = '한국어'
[books.rustc]
path = 'repos/rust/src/doc/rustc'
translations = []
[books.rustdoc]
path = 'repos/rust/src/doc/rustdoc'
translations = []