File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ nav-tools = Tools
24
24
nav-governance = Governance
25
25
nav-community = Community
26
26
nav-blog = Blog
27
+ nav-playground = Playground
27
28
28
29
choose-language = Language
29
30
@@ -54,4 +55,4 @@ footer-attribution = Maintained by the Rust Team. See a typo?
54
55
footer-old-site = Looking for the <a href="https://prev.rust-lang.org">previous website</a>?
55
56
56
57
## what/index.hbs
57
- what-header = What
58
+ what-header = What
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ nav-tools = Инструменты
22
22
nav-governance = Управление
23
23
nav-community = Сообщество
24
24
nav-blog = Блог
25
+ nav-playground = Песочница
25
26
choose-language = Язык
26
27
nav-logo-alt = Логотип Rust
27
28
Original file line number Diff line number Diff line change 11
11
<ul class =" nav list w-100 w-auto-l flex flex-none flex-row flex-wrap justify-center justify-end-l items-center pv2 ph0 ph4-ns" >
12
12
<li class =" tc pv2 ph2 ph4-ns flex-20-s" ><a href =" {{ baseurl }} /tools/install" >{{ fluent " nav-install" }} </a ></li >
13
13
<li class =" tc pv2 ph2 ph4-ns flex-20-s" ><a href =" {{ baseurl }} /learn" >{{ fluent " nav-learn" }} </a ></li >
14
+ <li class =" tc pv2 ph2 ph4-ns flex-20-s" ><a href =" https://play.rust-lang.org/" >{{ fluent " nav-playground" }} </a ></li >
14
15
<li class =" tc pv2 ph2 ph4-ns flex-20-s" ><a href =" {{ baseurl }} /tools" >{{ fluent " nav-tools" }} </a ></li >
15
16
<li class =" tc pv2 ph2 ph4-ns flex-20-s" ><a href =" {{ baseurl }} /governance" >{{ fluent " nav-governance" }} </a ></li >
16
17
<li class =" tc pv2 ph2 ph4-ns flex-20-s" ><a href =" {{ baseurl }} /community" >{{ fluent " nav-community" }} </a ></li >
You can’t perform that action at this time.
0 commit comments