File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,8 @@ learn-reference-button = 阅读《参考手册》
42
42
learn-nomicon-alt = 双手捧火
43
43
learn-nomicon = 《Rust 秘典》是 Unsafe Rust 的黑魔法指南。它有时被称作“死灵书”。
44
44
learn-nomicon-button = 阅读《Rust 秘典》
45
+ translated-nomicon = https://nomicon.purewhite.io/
46
+ translated-nomicon-button = 阅读非官方翻译
45
47
learn-unstable-alt = 手洒星光
46
48
learn-unstable = 《未稳定特性手册》覆盖了当前只能在 nightly Rust 中使用的还未稳定的特性。
47
49
learn-unstable-button = 阅读《未稳定特性手册》
Original file line number Diff line number Diff line change 177
177
href =" https://doc.rust-lang.org/nomicon/index.html" >
178
178
{{ fluent " learn-nomicon-button" }}
179
179
</a >
180
+ {{ #if (fluent " translated-nomicon" )}} <a class =" button-additional" href ={{ fluent " translated-nomicon" }} >{{ fluent " translated-nomicon-button" }} </a >{{ /if }}
180
181
</div >
181
182
</div >
182
183
You can’t perform that action at this time.
0 commit comments