aboutsummaryrefslogtreecommitdiff
path: root/docs/getting-started
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-07-11 23:55:59 -0700
committerMark Otto <[email protected]>2014-07-11 23:55:59 -0700
commit2346b17d05fa683c8d2ab832a75d106ce5d436e6 (patch)
treeac72c7a5fd01e943a2ad3ccbc7372348353178b9 /docs/getting-started
parent2bbbf55180524c6e7510dc15d49fe6e17e8ff724 (diff)
downloadbootstrap-2346b17d05fa683c8d2ab832a75d106ce5d436e6.tar.xz
bootstrap-2346b17d05fa683c8d2ab832a75d106ce5d436e6.zip
Redo translations in markdown
Diffstat (limited to 'docs/getting-started')
-rw-r--r--docs/getting-started/translations.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/getting-started/translations.md b/docs/getting-started/translations.md
new file mode 100644
index 000000000..f15465ca5
--- /dev/null
+++ b/docs/getting-started/translations.md
@@ -0,0 +1,16 @@
+---
+layout: page
+title: Translations
+---
+
+Community members have translated Bootstrap's documentation into various languages. None are officially supported and they may not always be up to date.
+
+<ul>
+{% for language in site.data.translations %}
+ <li><a href="{{ language.url }}" hreflang="{{ language.code }}">{{ language.description }} ({{ language.name }})</a></li>
+{% endfor %}
+</ul>
+
+**We don't help organize or host translations, we just link to them.**
+
+Finished a new or better translation? Open a pull request to add it to our list.