diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f8be7468..5bc9aeb0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,7 +19,7 @@ concurrency: env: CARGO_TERM_COLOR: always # Update the language picker in index.hbs to link new languages. - LANGUAGES: da it pt-BR ko + LANGUAGES: da de fr it ja ko pt-BR jobs: publish: diff --git a/src/running-the-course/translations.md b/src/running-the-course/translations.md index 8bcb6e13..c6dd1186 100644 --- a/src/running-the-course/translations.md +++ b/src/running-the-course/translations.md @@ -8,15 +8,35 @@ volunteers: Use the language picker in the top-right corner to switch between languages. +## Incomplete Translations + +There is a large number of in-progress translations. We link to the most +recently updated translations: + +* [French][fr] by [@KookaS] and [@vcaen]. +* [German][de] by [@Throvn] and [@ronaldfw]. +* [Japanese][ja] by [@CoinEZ-JPN] and [@momotaro1105]. + 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/ +[de]: https://google.github.io/comprehensive-rust/de/ +[fr]: https://google.github.io/comprehensive-rust/fr/ +[ja]: https://google.github.io/comprehensive-rust/ja/ [ko]: https://google.github.io/comprehensive-rust/ko/ -[@rastringer]: https://github.com/rastringer +[pt-BR]: https://google.github.io/comprehensive-rust/pt-BR/ + +[@CoinEZ-JPN]: https://github.com/CoinEZ +[@KookaS]: https://github.com/KookaS +[@Throvn]: https://github.com/Throvn [@hugojacob]: https://github.com/hugojacob -[@keispace]: https://github.com/keispace [@jiyongp]: https://github.com/jiyongp [@jooyunghan]: https://github.com/jooyunghan +[@keispace]: https://github.com/keispace +[@momotaro1105]: https://github.com/momotaro1105 +[@rastringer]: https://github.com/rastringer +[@ronaldfw]: https://github.com/ronaldfw +[@vcaen]: https://github.com/vcaen + [our instructions]: https://github.com/google/comprehensive-rust/blob/main/TRANSLATIONS.md [issue tracker]: https://github.com/google/comprehensive-rust/issues/282