summaryrefslogtreecommitdiff
path: root/template/index.html.j2
diff options
context:
space:
mode:
authorng0 <ng0@taler.net>2019-09-03 12:13:51 +0000
committerng0 <ng0@taler.net>2019-09-03 12:13:51 +0000
commit84e6924a44694f7b7ed3e5a5f6c72f5617f18acd (patch)
tree8a1530381618517c1b107fdf3312e298990a069f /template/index.html.j2
parentab2aa3c354544c115e1981ec501d6fb2f3f7009c (diff)
downloadwww-84e6924a44694f7b7ed3e5a5f6c72f5617f18acd.tar.gz
www-84e6924a44694f7b7ed3e5a5f6c72f5617f18acd.tar.bz2
www-84e6924a44694f7b7ed3e5a5f6c72f5617f18acd.zip
mark more strings as translatable, fix typos.
Diffstat (limited to 'template/index.html.j2')
-rw-r--r--template/index.html.j217
1 files changed, 8 insertions, 9 deletions
diff --git a/template/index.html.j2 b/template/index.html.j2
index 9118cc12..59937c6a 100644
--- a/template/index.html.j2
+++ b/template/index.html.j2
@@ -20,32 +20,31 @@
<div class="row">
<div class="col">
- <h2>We provide a payment system that makes <span class="tlr">privacy-friendly</span> online transactions
- <span class="tlr">fast and easy</span>.</h2>
+ <h2>{{ _("We provide a payment system that makes <span class='tlr'>privacy-friendly</span> online transactions <span class='tlr'>fast and easy</span>.")}}</h2>
<ul class="checklist">
<li>
<img class="checkmark" src="../images/checkmark.png">
- Payments without registration
+ {{ _("Payments without registration")}}
</li>
<li>
<img class="checkmark" src="../images/checkmark.png">
- Data protection by default
+ {{ _("Data protection by default")}}
</li>
<li>
<img class="checkmark" src="../images/checkmark.png">
- Fraud eliminated by design
+ {{ _("Fraud eliminated by design")}}
</li>
<li>
<img class="checkmark" src="../images/checkmark.png">
- Not a new currency!
+ {{ _("Not a new currency!")}}
</li>
<li>
<img class="checkmark" src="../images/checkmark.png">
- Empowers communities to run their own payment infrastructure
+ {{ _("Empowers communities to run their own payment infrastructure")}}
</li>
</ul>
- <form action="https://demo.taler.net/" style="display:inline;"><button type="submit" class="btn btn-primary">Try Demo!</button></form>
- <form action="https://docs.taler.net/" style="display:inline;"><button type="submit" class="btn btn-secondary">Read Docs</button></form>
+ <form action="https://demo.taler.net/" style="display:inline;"><button type="submit" class="btn btn-primary">{{ _("Try Demo!")}}</button></form>
+ <form action="https://docs.taler.net/" style="display:inline;"><button type="submit" class="btn btn-secondary">{{ _("Read Docs")}}</button></form>
</div>
<div class="col align-self-center">
<img class="img-fluid" src="../images/stock1s.jpg" style="border-radius: 1cm;" />