summaryrefslogtreecommitdiffstats
path: root/site/content/docs/5.2/about/translations.md
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-06-24 12:44:36 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-06-24 12:44:36 +0000
commitc1d5a801b4bc66e3866f815be00e11d1b20d3539 (patch)
tree394cfedf644640ac80b78aaddaff93ceb8eefa5e /site/content/docs/5.2/about/translations.md
parentAdding upstream version 5.2.3+dfsg. (diff)
downloadbootstrap-html-c1d5a801b4bc66e3866f815be00e11d1b20d3539.tar.xz
bootstrap-html-c1d5a801b4bc66e3866f815be00e11d1b20d3539.zip
Adding upstream version 5.3.0+dfsg.upstream/5.3.0+dfsg
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'site/content/docs/5.2/about/translations.md')
-rw-r--r--site/content/docs/5.2/about/translations.md20
1 files changed, 0 insertions, 20 deletions
diff --git a/site/content/docs/5.2/about/translations.md b/site/content/docs/5.2/about/translations.md
deleted file mode 100644
index 5e2ae30..0000000
--- a/site/content/docs/5.2/about/translations.md
+++ /dev/null
@@ -1,20 +0,0 @@
----
-layout: docs
-title: Translations
-description: Links to community-translated Bootstrap documentation sites.
-group: about
----
-
-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 >}}
-<ul>
-{{ range .Site.Data.translations -}}
- <li><a href="{{ .url }}" hreflang="{{ .code }}">{{ .description }} ({{ .name }})</a></li>
-{{ end -}}
-</ul>
-{{< /translations.inline >}}
-
-**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.