]> git.ipfire.org Git - ipfire.org.git/blame - static/scss/bootstrap-4.0.0-alpha.6/docs/about/translations.md
Added Bootstrap 4.0.0-alpha 6, new images and mockups for the new layout.
[ipfire.org.git] / static / scss / bootstrap-4.0.0-alpha.6 / docs / about / translations.md
CommitLineData
91e44d91
S
1---
2layout: docs
3title: Translations
4description: Links to community-translated Bootstrap documentation sites.
5group: about
6---
7
8Community members have translated Bootstrap's documentation into various languages. None are officially supported and they may not always be up to date.
9
10<ul>
11{% for language in site.data.translations %}
12 <li><a href="{{ language.url }}" hreflang="{{ language.code }}">{{ language.description }} ({{ language.name }})</a></li>
13{% endfor %}
14</ul>
15
16**We don't help organize or host translations, we just link to them.**
17
18Finished a new or better translation? Open a pull request to add it to our list.