commit 18ca0bab456760d5e8ba2ddbe2deda7d53044e15
Author: emma peel <[email protected]>
Date:   Thu Feb 7 19:05:51 2019 +0100

    i18n updates
---
 templates/contact.html | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/templates/contact.html b/templates/contact.html
index 9cbc577..0667b71 100644
--- a/templates/contact.html
+++ b/templates/contact.html
@@ -30,18 +30,18 @@
 </div>
 <div class="container-fluid p-4 bg-dark">
   <div class="row bg-dark justify-content-center pt-3">
-    <h3 class="text-white display-4">Volunteer with Tor</h3>
+    <h3 class="text-white display-4">{{ _('Volunteer with Tor') }}</h3>
   </div>
   <div class="row bg-dark justify-content-center p-3">
-    <h4 class="text-white display-5"><a class="text-white" href=""><u>Get 
Involved</u></a></h4>
+    <h4 class="text-white display-5"><a class="text-white" href=""><u>{{ 
_('Get Involved') }}</u></a></h4>
   </div>
 </div>
 <div class="container pt-5 justify-content-center">
   <div class="row ml-5 mr-5">
-    <h4 class="text-primary">Join an email list <small class="fa 
fa-arrow-right p-1" title="icon arrow-right" aria-hidden="true"></small></h4>
+    <h4 class="text-primary">{{ _('Join an email list') }} <small class="fa 
fa-arrow-right p-1" title="icon arrow-right" aria-hidden="true"></small></h4>
   </div>
   <div class="row ml-5 mr-5 pt-3 preamble">
-    <p>Our teams collaborate in open channels, including email lists, you are 
welcome to join. If you have a question for a specific team not answered on our 
support portal, you can ask the appropriate list. You're welcome to subscribe 
and just watch, too :)</p>
+    <p>{{ _("Our teams collaborate in open channels, including email lists, 
you are welcome to join. If you have a question for a specific team not 
answered on our support portal, you can ask the appropriate list. You're 
welcome to subscribe and just watch, too :)") }}</p>
   </div>
 </div>
 <div class="container py-3">
@@ -54,15 +54,15 @@
         <div class="oval-3 mt-3"><i class="fas fa-spider 
text-primary"></i></div>
       </div>
       <div class="row mt-3 mr-5">
-        <h4 class="text-primary">Report a bug or give feedback.</h4>
-        <p class="text-tpo">Tor relies on the support of users and volunteers 
around the world to help us improve our software and resources, so your 
feedback is extremely valuable to us (and to all Tor users).</p>
+        <h4 class="text-primary">{{ _('Report a bug or give feedback.') }}</h4>
+        <p class="text-tpo">{{ _('Tor relies on the support of users and 
volunteers around the world to help us improve our software and resources, so 
your feedback is extremely valuable to us (and to all Tor users).') }}</p>
       </div>
       <div class="row">
         <div class="oval-3 mt-3"><i class="fas fa-flag text-primary"></i></div>
       </div>
       <div class="row mt-3 mr-5">
-        <h4 class="text-primary">Tell us about a bad relay.</h4>
-        <p class="text-tpo">If you find a relay that you think is malicious, 
misconfigured, or otherwise broken, please check out our wiki page and blog 
post on how to report it.</p>
+        <h4 class="text-primary">{{ _('Tell us about a bad relay.') }}</h4>
+        <p class="text-tpo">{{ _('If you find a relay that you think is 
malicious, misconfigured, or otherwise broken, please check out our wiki page 
and blog post on how to report it.') }}</p>
       </div>
     </div>
     <div class="col-md-6">
@@ -70,8 +70,8 @@
         <div class="oval-3 mt-3"><i class="fas fa-lock text-primary"></i></div>
       </div>
       <div class="row mt-3 mr-5">
-        <h4 class="text-primary">Report a security issue.</h4>
-        <p class="text-tpo">If you've found a security issue in one of our 
projects or in our infrastructure, please email 
[email protected]. If you want to encrypt your mail, you can 
get the GPG public key for the list by contacting 
[email protected] or from pool.sks-keyservers.net. Here 
is the fingerprint:</p>
+        <h4 class="text-primary">{{ _('Report a security issue.') }}</h4>
+        <p class="text-tpo">{{ _('If you've found a security issue in one of 
our projects or in our infrastructure, please email 
[email protected]. If you want to encrypt your mail, you can 
get the GPG public key for the list by contacting 
[email protected] or from pool.sks-keyservers.net. Here 
is the fingerprint:') }}</p>
       </div>
       <div class="row mt-3 mr-5">
         <p class="nick text-primary">gpg --fingerprint 
[email protected] <br />
@@ -91,14 +91,14 @@
 <div class="container py-3">
   <div class="row">
     <div class="col-md-8 p-0 pr-5">
-      <h3 class="text-primary display-5">Email us</h3>
-      <p class="text-tpo">For questions and comments about Tor the non-profit 
organization: trademark questions, affiliation and coordination, contract 
inquiries, etc, please email <a href="">[email protected]</a>. For 
donor-related questions, contact <a href="">[email protected]</a>.</p>
+      <h3 class="text-primary display-5">{{ _('Email us') }}</h3>
+      <p class="text-tpo">{{ _('For questions and comments about Tor the 
non-profit organization: trademark questions, affiliation and coordination, 
contract inquiries, etc, please email <a 
href="">[email protected]</a>. For donor-related questions, contact 
<a href="">[email protected]</a>')|safe }}.</p>
     </div>
     <div class="d-block d-sm-none container py-3">
       <div class="row border-bottom border-light"><p></p></div>
     </div>
     <div class="col-md-4 p-0">
-      <h3 class="text-primary display-5">Send us Mail</h3>
+      <h3 class="text-primary display-5">{{ _('Send us Mail') }}</h3>
       <p class="text-tpo">The Tor Project <br/>
 
217 1st Ave South #4903</br>
 
Seattle, WA 98194 USA</p>

_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to