0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00
Bootstrap/site/content/docs/4.3/about/translations.md

21 lines
645 B
Markdown
Raw Normal View History

2014-07-12 08:55:59 +02:00
---
layout: docs
2014-07-12 08:55:59 +02:00
title: Translations
description: Links to community-translated Bootstrap documentation sites.
group: about
2014-07-12 08:55:59 +02:00
---
Community members have translated Bootstrap's documentation into various languages. None are officially supported and they may not always be up to date.
{{< translations.inline >}}
2014-07-12 08:55:59 +02:00
<ul>
{{ range .Site.Data.translations -}}
<li><a href="{{ .url }}" hreflang="{{ .code }}">{{ .description }} ({{ .name }})</a></li>
{{ end -}}
2014-07-12 08:55:59 +02:00
</ul>
{{< /translations.inline >}}
2014-07-12 08:55:59 +02:00
**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.