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

Publish Ukrainian translation to language selector (#2183)

Closes #836
This commit is contained in:
Henri F 2024-07-03 14:04:54 -07:00 committed by GitHub
parent ff916ebfb6
commit a20b8754a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 1 deletions

View File

@ -13,6 +13,7 @@ volunteers:
[@kantasv]. [@kantasv].
- [Korean][ko] by [@keispace], [@jiyongp], [@jooyunghan], and [@namhyung]. - [Korean][ko] by [@keispace], [@jiyongp], [@jooyunghan], and [@namhyung].
- [Spanish][es] by [@deavid]. - [Spanish][es] by [@deavid].
- [Ukrainian][uk] by [@git-user-cpp], [@yaremam] and [@reta].
Use the language picker in the top-right corner to switch between languages. Use the language picker in the top-right corner to switch between languages.
@ -37,6 +38,7 @@ get going. Translations are coordinated on the [issue tracker].
[ja]: https://google.github.io/comprehensive-rust/ja/ [ja]: https://google.github.io/comprehensive-rust/ja/
[ko]: https://google.github.io/comprehensive-rust/ko/ [ko]: https://google.github.io/comprehensive-rust/ko/
[pt-BR]: https://google.github.io/comprehensive-rust/pt-BR/ [pt-BR]: https://google.github.io/comprehensive-rust/pt-BR/
[uk]: https://google.github.io/comprehensive-rust/uk/]
[zh-CN]: https://google.github.io/comprehensive-rust/zh-CN/ [zh-CN]: https://google.github.io/comprehensive-rust/zh-CN/
[zh-TW]: https://google.github.io/comprehensive-rust/zh-TW/ [zh-TW]: https://google.github.io/comprehensive-rust/zh-TW/
[@AdrienBaudemont]: https://github.com/AdrienBaudemont [@AdrienBaudemont]: https://github.com/AdrienBaudemont
@ -44,6 +46,7 @@ get going. Translations are coordinated on the [issue tracker].
[@CoinEZ-JPN]: https://github.com/CoinEZ [@CoinEZ-JPN]: https://github.com/CoinEZ
[@deavid]: https://github.com/deavid [@deavid]: https://github.com/deavid
[@detro]: https://github.com/detro [@detro]: https://github.com/detro
[@git-user-cpp]: https://github.com/git-user-cpp
[@henrif75]: https://github.com/henrif75 [@henrif75]: https://github.com/henrif75
[@henrythebuilder]: https://github.com/henrythebuilder [@henrythebuilder]: https://github.com/henrythebuilder
[@HidenoriKobayashi]: https://github.com/HidenoriKobayashi [@HidenoriKobayashi]: https://github.com/HidenoriKobayashi
@ -65,6 +68,7 @@ get going. Translations are coordinated on the [issue tracker].
[@nodmp]: https://github.com/nodmp [@nodmp]: https://github.com/nodmp
[@raselmandol]: https://github.com/raselmandol [@raselmandol]: https://github.com/raselmandol
[@rastringer]: https://github.com/rastringer [@rastringer]: https://github.com/rastringer
[@reta]: https://github.com/reta
[@ronaldfw]: https://github.com/ronaldfw [@ronaldfw]: https://github.com/ronaldfw
[@SketchK]: https://github.com/SketchK [@SketchK]: https://github.com/SketchK
[@suetfei]: https://github.com/suetfei [@suetfei]: https://github.com/suetfei
@ -73,5 +77,6 @@ get going. Translations are coordinated on the [issue tracker].
[@vcaen]: https://github.com/vcaen [@vcaen]: https://github.com/vcaen
[@victorhsieh]: https://github.com/victorhsieh [@victorhsieh]: https://github.com/victorhsieh
[@wnghl]: https://github.com/wnghl [@wnghl]: https://github.com/wnghl
[@yaremam]: https://github.com/yaremam
[our instructions]: https://github.com/google/comprehensive-rust/blob/main/TRANSLATIONS.md [our instructions]: https://github.com/google/comprehensive-rust/blob/main/TRANSLATIONS.md
[issue tracker]: https://github.com/google/comprehensive-rust/issues/282 [issue tracker]: https://github.com/google/comprehensive-rust/issues/282

View File

@ -197,8 +197,10 @@
<li role="none"><button role="menuitem" class="theme"> <li role="none"><button role="menuitem" class="theme">
<a id="es">Spanish (Español)</a> <a id="es">Spanish (Español)</a>
</button></li> </button></li>
<li role="none"><button role="menuitem" class="theme">
<a id="uk">Ukrainian (українська)</a>
</button></li>
</ul> </ul>
<script> <script>
let langToggle = document.getElementById("language-toggle"); let langToggle = document.getElementById("language-toggle");
let langList = document.getElementById("language-list"); let langList = document.getElementById("language-list");