---
title: Translations
description: Links to community-translated Bootstrap documentation sites.
---

import { getData } from '@libs/data'

Community members have translated Bootstrap’s documentation into various languages. None are officially supported and they may not always be up-to-date.

<ul>
  {getData('translations').map((translation) => {
    return (
      <li><a href={translation.url} hreflang={translation.code} lang={translation.code} >{translation.description} ({translation.name})</a></li>
    )
  })}
</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.
