Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit cc5441d

Browse files
committed
Update zh-CN/contribute
- Add "Internationalization" - Improve some translation
1 parent e4bc371 commit cc5441d

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

zh-CN/contribute.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ title: 为 Rust 语言做贡献 · Rust 程序设计语言
88
您已经开始学习 Rust 语言。依恋它,想要与它相拥。
99
如果您不确定如何参与到贡献当中,这样页面可以帮助您。
1010

11-
**发现了一个大漏洞 (bug),如何报告?** [漏洞报告指南][bugs]. 在此感谢您的建言。
11+
**发现了一个大漏洞 (bug),如何报告?** [漏洞报告指南][bugs]。在此提前致谢!
1212

13-
Rust有一个庞大的项目系统,其中最突出的是由 [Rust 开发者][devs]在的GitHub上维护的[rust-lang][rust-lang]
13+
Rust 有一个庞大的项目系统,其中最突出的是由 [Rust 开发者][devs]在的GitHub上维护的 [rust-lang 组织][rust-lang]
1414
如果您刚刚开始贡献之旅,您可能对项目的 [CONTRIBUTING.md] 文件感兴趣,
1515
它解释了对 [rust-lang/rust] 的贡献的机制。
1616

@@ -23,12 +23,14 @@ Rust有一个庞大的项目系统,其中最突出的是由 [Rust 开发者][d
2323
不只限于官方文档——库、博客及其他非官方的消息来源。
2424
* [社区建设](contribute-community.html)
2525
帮助你在 Rust 中的手足同胞,以及壮大 Rust。
26-
* [工具、集成开发环境以及infrastructure](contribute-tools.html)
26+
* [工具、集成开发环境以及基础设施](contribute-tools.html)
2727
语言的实用与人性化是一门好的语言的关键所在。
2828
* [](contribute-libs.html)
2929
Rust 对任何特定任务的适用性主要取决于那些高质量库的可用性。
30-
* [语言、编译器和标准库](contribute-compiler.html)
31-
语言设计、 功能实现、 性能的改善。
30+
* [语言、编译器和标准库](contribute-compiler.html)
31+
语言设计、功能实现、性能的改善。
32+
* [国际化](contribute-translations.html)
33+
通过翻译我们的网站至别的语言来传播 Rust。
3234

3335
如果您需要额外的指导请参考 [#rust-internals][internals.rust-lang.org]
3436

0 commit comments

Comments
 (0)