Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a simple language overview #130

Merged
merged 1 commit into from
Feb 18, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions welcome/index.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
title: Welcome
ordering:
- welcome-to-d
- languages
- install-d-locally
- run-d-program-locally
- links-documentation
20 changes: 20 additions & 0 deletions welcome/languages.md
Original file line number Diff line number Diff line change
@@ -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.