[tor-commits] [tpo/master] i18n updates
hiro at torproject.org
hiro at torproject.org
Fri Feb 8 12:01:36 UTC 2019
commit 894fa07bb180d04b35ee37b3a2c51a82f859ba7b
Author: emma peel <emma.peel at riseup.net>
Date: Thu Feb 7 20:15:52 2019 +0100
i18n updates
---
templates/download-languages.html | 2 +-
templates/download.html | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/templates/download-languages.html b/templates/download-languages.html
index bad8713..85754a9 100644
--- a/templates/download-languages.html
+++ b/templates/download-languages.html
@@ -8,7 +8,7 @@
<table class="table">
<thead>
<tr>
- <th scope="col">Language</th>
+ <th scope="col">{{ _('Language') }}</th>
<th scope="col">Windows</th>
<th scope="col">MacOS</th>
<th scope="col">GNU/Linux</th>
diff --git a/templates/download.html b/templates/download.html
index 0411415..2965aba 100644
--- a/templates/download.html
+++ b/templates/download.html
@@ -32,7 +32,7 @@
</div>
<div class="container justify-content-center mt-4">
<div class="row justify-content-center">
- <i class="far fa-file-alt display-5 text-primary pr-3"></i><p class="text-primary text-tpo">Check out the <a class="mx-auto" href="https://manual.torproject.org" target="_blank"><u>manual</u></a> for more troubleshooting tips.</p>
+ <i class="far fa-file-alt display-5 text-primary pr-3"></i><p class="text-primary text-tpo">{{ _('Check out the <a class="mx-auto" href="https://manual.torproject.org" target="_blank"><u>manual</u></a> for more troubleshooting tips.')|safe }}</p>
</div>
</div>
<div class="container">
@@ -40,7 +40,7 @@
</div>
<div class="container justify-content-center mt-4">
<div class="row justify-content-center">
- <i class="fas fa-signature display-5 text-primary pr-3"></i><p class="text-primary text-tpo">Verify Tor Browser signature <a class="mx-auto" href="https://support.torproject.org/how-to-verify-signature" target="_blank"><u>here</u></a>.</p>
+ <i class="fas fa-signature display-5 text-primary pr-3"></i><p class="text-primary text-tpo">{{ _('Verify Tor Browser signature <a class="mx-auto" href="https://support.torproject.org/how-to-verify-signature" target="_blank"><u>here</u></a>.')|safe }}</p>
</div>
</div>
<div class="container">
More information about the tor-commits
mailing list