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

Add a page which mentions the translations (#424)

This is to help people discover the language picker.
This commit is contained in:
Martin Geisler 2023-02-16 13:21:45 +01:00 committed by GitHub
parent 6edc5b1155
commit bc2dbd0fd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 0 deletions

View File

@ -4,6 +4,7 @@
- [Running the Course](running-the-course.md)
- [Course Structure](running-the-course/course-structure.md)
- [Keyboard Shortcuts](running-the-course/keyboard-shortcuts.md)
- [Translations](running-the-course/translations.md)
- [Using Cargo](cargo.md)
- [Rust Ecosystem](cargo/rust-ecosystem.md)
- [Code Samples](cargo/code-samples.md)

View File

@ -0,0 +1,17 @@
# Translations
The course has been translated into other languages by a set of wonderful
volunteers:
* [Brazilian Portuguese][pt-BR] by [@rastringer] and [@hugojacob].
Use the language picker in the top-right corner to switch between languages.
If you want to help with this effort, please see [our instructions] for how to
get going. Translations are coordinated on the [issue tracker].
[pt-BR]: https://google.github.io/comprehensive-rust/pt-BR/
[@rastringer]: https://github.com/rastringer
[@hugojacob]: https://github.com/hugojacob
[our instructions]: https://github.com/google/comprehensive-rust/blob/main/TRANSLATIONS.md
[issue tracker]: https://github.com/google/comprehensive-rust/issues/282