Policy 1707 commit to LF
[policy/engine.git] / POLICY-SDK-APP / src / main / webapp / app / policyApp / CSS / bootstrap / docs / _includes / getting-started / translations.html
1 <div class="bs-docs-section">
2   <h1 id="translations" class="page-header">Translations</h1>
3
4   <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>
5   <ul>
6     {% for language in site.data.translations %}
7       <li><a href="{{ language.url }}" hreflang="{{ language.code }}">{{ language.description }} ({{ language.name }})</a></li>
8     {% endfor %}
9   </ul>
10   <p><strong class="text-danger">We don't help organize or host translations, we just link to them.</strong></p>
11   <p>Finished a new or better translation? Open a pull request to add it to our list.</p>
12 </div>