[tor-commits] [tpo/master] i18n updates

hiro at torproject.org hiro at torproject.org
Fri Feb 8 12:01:36 UTC 2019


commit 18ca0bab456760d5e8ba2ddbe2deda7d53044e15
Author: emma peel <emma.peel at riseup.net>
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 tor-security at lists.torproject.org. If you want to encrypt your mail, you can get the GPG public key for the list by contacting tor-security-sendkey at lists.torproject.org 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 tor-security at lists.torproject.org. If you want to encrypt your mail, you can get the GPG public key for the list by contacting tor-security-sendkey at lists.torproject.org 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 tor-security at lists.torproject.org <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="">frontdesk at rt.torproject.org</a>. For donor-related questions, contact <a href="">giving at torproject.org</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="">frontdesk at rt.torproject.org</a>. For donor-related questions, contact <a href="">giving at torproject.org</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>





More information about the tor-commits mailing list