aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes
diff options
context:
space:
mode:
authorJulian Thilo <[email protected]>2014-03-17 12:19:45 +0100
committerJulian Thilo <[email protected]>2014-03-17 21:55:39 +0100
commit1b15cefa5c5342129bec9b794946f3fb2641077d (patch)
tree2ed585ecd0b86dc50d6e8baf30191468f5152509 /docs/_includes
parent4a4dff00262aa74510567890eecbf71675805b15 (diff)
downloadbootstrap-1b15cefa5c5342129bec9b794946f3fb2641077d.tar.xz
bootstrap-1b15cefa5c5342129bec9b794946f3fb2641077d.zip
Generate Translations list from YAML
Diffstat (limited to 'docs/_includes')
-rw-r--r--docs/_includes/getting-started/translations.html10
1 files changed, 3 insertions, 7 deletions
diff --git a/docs/_includes/getting-started/translations.html b/docs/_includes/getting-started/translations.html
index dc46f5d90..215f790de 100644
--- a/docs/_includes/getting-started/translations.html
+++ b/docs/_includes/getting-started/translations.html
@@ -3,13 +3,9 @@
<p class="lead">Community members have translated Bootstrap's documentation into various languages. None are officially supported and they may not always be up to date.</p>
<ul>
- <li><a href="http://v3.bootcss.com/">Bootstrap 中文文档 (Chinese)</a></li>
- <li><a href="http://www.oneskyapp.com/docs/bootstrap/fr">Bootstrap en Français (French)</a></li>
- <li><a href="http://holdirbootstrap.de/">Bootstrap auf Deutsch (German)</a></li>
- <li><a href="http://bootstrapk.com/BS3/">Bootstrap 한국어 (Korean)</a></li>
- <li><a href="http://www.oneskyapp.com/docs/bootstrap/ru">Bootstrap по-русски (Russian)</a></li>
- <li><a href="http://www.oneskyapp.com/docs/bootstrap/es">Bootstrap en Español (Spanish)</a></li>
- <li><a href="http://twbs.site-konstruktor.com.ua">Bootstrap ua Українською (Ukrainian)</a></li>
+ {% for language in site.data.translations %}
+ <li><a href="{{ language.url }}" hreflang="{{ language.code }}">{{ language.description }} ({{ language.name }})</a></li>
+ {% endfor %}
</ul>
<p><strong class="text-danger">We don't help organize or host translations, we just link to them.</strong></p>
<p>Finished a new or better translation? Open a pull request to add it to our list.</p>