From 5de9cdafea5aa5d2bc303b3ecb067516fb345a17 Mon Sep 17 00:00:00 2001 From: Martin Geisler Date: Wed, 31 May 2023 11:55:39 +0200 Subject: [PATCH] Link to incomplete French, German, and Japanese translations (#730) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These translations all have more than 200 translated messages and they’ve been updated in the last month. I suggest we update the list here every few weeks based on input from the translators: we don’t need a super strict rule here, we just need interested translators who would like to see their work celebrated. I suggest we only link completed translations in the language picker since we have limited space there to differentiate the different levels of completeness. --- .github/workflows/publish.yml | 2 +- src/running-the-course/translations.md | 26 +++++++++++++++++++++++--- 2 files changed, 24 insertions(+), 4 deletions(-) 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