1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-04-24 00:30:29 +02:00

Adds Chinese Simplified to the language drop-down (#1357)

Graduates the Chinese Simplified translation to the language drop-down
selector. Part of #324
This commit is contained in:
Henri F 2023-10-13 00:15:00 -07:00 committed by GitHub
parent a0bb5f30d0
commit c2e9a45d49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -4,6 +4,7 @@ The course has been translated into other languages by a set of wonderful
volunteers:
* [Brazilian Portuguese][pt-BR] by [@rastringer], [@hugojacob], [@joaovicmendes], and [@henrif75].
* [Chinese (Simplified)][zh-CN] by [@suetfei], [@wnghl], [@anlunx], [@kongy], [@noahdragon], [@superwhd], and [@SketchK].
* [Korean][ko] by [@keispace], [@jiyongp], and [@jooyunghan].
* [Spanish][es] by [@deavid].
@ -16,7 +17,6 @@ recently updated translations:
* [Bengali][bn] by [@raselmandol].
* [Chinese (Traditional)][zh-TW] by [@hueich], [@victorhsieh], [@mingyc], and [@johnathan79717].
* [Chinese (Simplified)][zh-CN] by [@suetfei], [@wnghl], [@anlunx], [@kongy], [@noahdragon], [@superwhd], and [@SketchK].
* [French][fr] by [@KookaS] and [@vcaen].
* [German][de] by [@Throvn] and [@ronaldfw].
* [Japanese][ja] by [@CoinEZ-JPN] and [@momotaro1105].

View File

@ -180,6 +180,9 @@
<li role="none"><button role="menuitem" class="theme">
<a id="pt-BR">Brazilian Portuguese (Português do Brasil)</a>
</button></li>
<li role="none"><button role="menuitem" class="theme">
<a id="zh-CN">Chinese Simplified (汉语)</a>
</button></li>
<li role="none"><button role="menuitem" class="theme">
<a id="ko">Korean (한국어)</a>
</button></li>