pidgin/nest

Parents 707d5ec2b6d4
Children 698cf520ef9f
Move list of available translations to its own page under About

Moving the list of available translations away from the homepage and into it's own page under the About section makes the homepage cleaner. We still have a paragraph in the homepage where we mention that pidgin has a variety of translations and link to the corresponding new page.

Testing Done:
Ran `dev-server.sh` and verified the contents looked the way they are expected to

Reviewed at https://reviews.imfreedom.org/r/519/
--- a/hugo/content/_index.md Thu Feb 18 07:53:10 2021 -0600
+++ b/hugo/content/_index.md Fri Feb 19 00:03:56 2021 -0600
@@ -31,14 +31,8 @@
code and modify it to suit your needs, as long as you publish the changes you
make for everyone to benefit from as well.
-{{< download-now >}}
-
-## Supported Languages
-Pidgin is translated into many different languages, thanks to the generous
-contributions of our volunteer translators.
+Pidgin is translated into many [different languages]({{< ref
+"about/supported-languages" >}}), thanks to the generous contributions of our
+volunteer translators.
-{{< i18n-languages >}}
-
-If your native language is missing from this list or you've found that a
-translation contains errors, you can help us! Take a look at our [tips for
-translators](development/i18n/tips/) page!
+{{< download-now >}}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/hugo/content/about/supported-languages.md Fri Feb 19 00:03:56 2021 -0600
@@ -0,0 +1,13 @@
+---
+title: Supported Languages
+date: 2021-02-18T23:01:27.000Z
+anchor: supported-languages
+weight: 300
+---
+
+The list below contains all the languages Pidgin has been translated into. If
+your native language is missing from this list or you've found a translation
+contains errors, you can help us! Take a look at our [tips for translators
+page]({{< ref "development/i18n/tips" >}}).
+
+{{< i18n-languages >}}