aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/getting-started
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-07-11 23:55:59 -0700
committerMark Otto <[email protected]>2014-07-11 23:55:59 -0700
commit2346b17d05fa683c8d2ab832a75d106ce5d436e6 (patch)
treeac72c7a5fd01e943a2ad3ccbc7372348353178b9 /docs/_includes/getting-started
parent2bbbf55180524c6e7510dc15d49fe6e17e8ff724 (diff)
downloadbootstrap-2346b17d05fa683c8d2ab832a75d106ce5d436e6.tar.xz
bootstrap-2346b17d05fa683c8d2ab832a75d106ce5d436e6.zip
Redo translations in markdown
Diffstat (limited to 'docs/_includes/getting-started')
-rw-r--r--docs/_includes/getting-started/translations.html12
1 files changed, 0 insertions, 12 deletions
diff --git a/docs/_includes/getting-started/translations.html b/docs/_includes/getting-started/translations.html
deleted file mode 100644
index 215f790de..000000000
--- a/docs/_includes/getting-started/translations.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<div class="bs-docs-section">
- <h1 id="translations" class="page-header">Translations</h1>
-
- <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>
- {% 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>
-</div>