1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-11-28 00:39:01 +02:00

Adds Chinese Traditional to the language drop-down (#1411)

Graduates the Chinese Traditional translation to the language drop-down
selector.
Part of Chinese (Traditional) translation #684.

File stats (Rust Fundamentals):

```
msggrep -v --location=src/{exercises/,}{android,bare-metal,concurrency,async}{.md,"/*","/*/*","/*/*/*"} po/zh-CN.po | msgfmt -o /dev/null --statistics -

1315 translated messages, 146 fuzzy translations, 149 untranslated messages.
```
This commit is contained in:
Henri F
2023-10-23 09:20:15 -07:00
committed by GitHub
parent cf798ae50e
commit 88edcd02e7
2 changed files with 5 additions and 1 deletions

View File

@@ -183,6 +183,9 @@
<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="zh-CN">Chinese Traditional (漢語)</a>
</button></li>
<li role="none"><button role="menuitem" class="theme">
<a id="ko">Korean (한국어)</a>
</button></li>