[tor-commits] [tpo/staging] i18n templates

emmapeel at torproject.org emmapeel at torproject.org
Wed Jan 16 15:06:48 UTC 2019


commit 0e63f3fc637fabbc4bde62772f01a9d659c70d0c
Author: emma peel <emma.peel at 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') %}





More information about the tor-commits mailing list