commit 0e63f3fc637fabbc4bde62772f01a9d659c70d0c
Author: emma peel <emma.p...@riseup.net>
Date:   Wed Jan 16 15:04:20 2019 +0100

    i18n templates
---
 templates/hero-home.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/templates/hero-home.html b/templates/hero-home.html
index 666433d..a614779 100644
--- a/templates/hero-home.html
+++ b/templates/hero-home.html
@@ -1,11 +1,11 @@
 <div class="row">
-  <h1 class="mx-auto display-2 text-white">Browse Privately.</h1>
+  <h1 class="mx-auto display-2 text-white">{{ _('Browse Privately.') }}</h1>
 </div>
 <div class="row">
-  <h1 class="mx-auto display-2 text-white">Explore Freely.</h1>
+  <h1 class="mx-auto display-2 text-white">{{ _('Explore Freely.') }}</h1>
 </div>
 <div class="row">
-  <h1 class="mx-auto defend text-white">Defend yourself against tracking and 
surveillance. Circumnvent censorship.</h1>
+  <h1 class="mx-auto defend text-white">{{ _('Defend yourself against tracking 
and surveillance. Circumvent censorship.') }}</h1>
 </div>
 <div class="row col-12 p-5 mx-auto justify-content-center">
   {% set download = site.get('/download') %}



_______________________________________________
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to