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 @@ -12,6 +12,8 @@ learn-rustlings = 此外,Rustlings 课程会指导您下载并设置 Rust 工
12
12
learn-rustlings-button = 学习 Rustlings 课程!
13
13
learn-rbe = 如果您不喜欢阅读大量的文档来学习语言,那么《通过例子学 Rust》就能涵盖您要学的知识。虽然本书花了很多篇幅来解释代码,但它展示的代码很丰富,并且尽量减少了文字解释。它还包括很多练习!
14
14
learn-rbe-button = 阅读《通过例子学 Rust》!
15
+ translated-rbe = https://rustwiki.org/zh-CN/rust-by-example/
16
+ translated-rbe-button = 阅读非官方翻译
15
17
learn-use = 与 Rust 共同成长
16
18
learn-doc-heading = 阅读核心文档
17
19
learn-doc = 以下所有文档都可以用 <code>rustup doc</code> 命令在本地阅读,它会在您的浏览器中离线打开这些资源!
Original file line number Diff line number Diff line change 35
35
<p class =" flex-grow-1" >{{ fluent " learn-rbe" }} </p >
36
36
<div class =" buttons" >
37
37
<a class =" button button-secondary" href =" https://doc.rust-lang.org/stable/rust-by-example/" >{{ fluent " learn-rbe-button" }} </a >
38
+ {{ #if (fluent " translated-rbe" )}} <a class =" button-additional" href ={{ fluent " translated-rbe" }} >{{ fluent " translated-rbe-button" }} </a >{{ /if }}
38
39
</div >
39
40
</div >
40
41
</div >
You can’t perform that action at this time.
0 commit comments