From 342b17ff7105e05f71a1dd75465a7a9b01b2171b Mon Sep 17 00:00:00 2001 From: Saivann Date: Thu, 15 Oct 2015 02:48:28 -0400 Subject: [PATCH] Add Service Contributors section in "About us" page --- _templates/about-us.html | 9 +++++++++ _translations/en.yml | 1 + 2 files changed, 10 insertions(+) diff --git a/_templates/about-us.html b/_templates/about-us.html index 49fd7879..ed0a11c4 100644 --- a/_templates/about-us.html +++ b/_templates/about-us.html @@ -66,6 +66,15 @@ id: about-us

Thomas PrydsDanish

+

{% translate service_contributors %}

+ +
+

BrowserStackBrowser testing

+

GitHubRepository hosting

+

TransifexTranslation tools

+

Travis CIContinuous integration

+
+

{% translate inactive_contributors %}

diff --git a/_translations/en.yml b/_translations/en.yml index cd718c71..f09edb36 100644 --- a/_translations/en.yml +++ b/_translations/en.yml @@ -23,6 +23,7 @@ en: maintenance: "Maintenance" documentation: "Documentation" sponsorship: "Sponsorship" + service_contributors: "Service Contributors" translation: "Translation" inactive_contributors: "Inactive Contributors" owners: "Domain Owners"