diff --git a/welcome/index.yml b/welcome/index.yml index 62ebfc0..714e257 100644 --- a/welcome/index.yml +++ b/welcome/index.yml @@ -1,6 +1,7 @@ title: Welcome ordering: - welcome-to-d +- languages - install-d-locally - run-d-program-locally - links-documentation diff --git a/welcome/languages.md b/welcome/languages.md new file mode 100644 index 0000000..bcc34c5 --- /dev/null +++ b/welcome/languages.md @@ -0,0 +1,20 @@ +# Read in a your language + +The Dlang Tour is available in multiple languages: + +- [German - Deutsch](https://tour.dlang.org/tour/de/welcome/welcome-to-d) +- [Italian - Italiano](https://tour.dlang.org/tour/it/welcome/welcome-to-d) +- [Japanese - 日本語](https://tour.dlang.org/tour/ja/welcome/welcome-to-d) +- [Russian - Pусский](https://tour.dlang.org/tour/ru/welcome/welcome-to-d) +- [Spanish - Español](https://tour.dlang.org/tour/es/welcome/welcome-to-d) +- [Swedish - Svenska](https://tour.dlang.org/tour/sv/welcome/welcome-to-d) +- [Turkish - Türkçe](https://tour.dlang.org/tour/tr/welcome/welcome-to-d) +- [Ukrainian - Українська](https://tour.dlang.org/tour/uk/welcome/welcome-to-d) + +For English, just click on "Next" or use the right arrow key. + +## Your language isn't listed here? + +You can find in-work [translations here](https://github.com/dlang-tour), +or ping us on [GitHub](https://github.com/stonemaster/dlang-tour/issues/new) to start +a new translation repository.