Skip to content

Commit 7b5417e

Browse files
authored
update translate according to newest English version. (#2950)
1 parent 0a1660a commit 7b5417e

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

_zh-cn/index.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: landing-page
33
language: zh-cn
4+
45
title: 学习 Scala
56
namespace: root
67
discourse: true
@@ -25,8 +26,12 @@ sections:
2526
description: "通过一系列小课程来学习 Scala。"
2627
icon: "fa fa-book"
2728
link: /zh-cn/scala3/book/introduction.html
29+
- title: "Scala 工具箱"
30+
description: "发送 HTTP 请求,写文件,运行进程,解析 JSON... "
31+
icon: "fa fa-toolbox"
32+
link: /toolkit/introduction.html
2833
- title: "在线课程"
29-
description: "新手和有经验的程序员在 moocs 学习 Scala。"
34+
description: "新手和有经验的程序员在 MOOCS 学习 Scala。"
3035
icon: "fa fa-cloud"
3136
link: /online-courses.html
3237
- title: 书籍
@@ -60,10 +65,14 @@ sections:
6065
description: "Scala 语言特性的常见问题及答案。"
6166
icon: "fa fa-question-circle"
6267
link: /tutorials/FAQ/index.html
63-
- title: "语言规范"
64-
description: "语言规范"
68+
- title: "语言规范 v2.x"
69+
description: "Scala 2 正式的语言规范。"
70+
icon: "fa fa-book"
71+
link: https://scala-lang.org/files/archive/spec/2.13/
72+
- title: "语言规范 v3.x"
73+
description: "Scala 3 正式的语言规范。"
6574
icon: "fa fa-book"
66-
link: https://scala-lang.org/files/archive/spec/2.12/
75+
link: https://scala-lang.org/files/archive/spec/3.4/
6776
- title: "Scala 3 语言参考"
6877
description: "Scala 3 语言参考"
6978
icon: "fa fa-book"

0 commit comments

Comments
 (0)