aboutsummaryrefslogtreecommitdiff
path: root/template/faq.html.j2
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-02-24 17:22:40 +0100
committerChristian Grothoff <christian@grothoff.org>2019-02-24 17:22:40 +0100
commit90230324e0f510e361c32b5ca5a6adbb60e190de (patch)
treed37819a04f6df1478c178dfaf21ffbaffe9d709b /template/faq.html.j2
parent546f336783987dd4ed34cfc32e2b321d2fd1fa75 (diff)
downloadwww-90230324e0f510e361c32b5ca5a6adbb60e190de.tar.gz
www-90230324e0f510e361c32b5ca5a6adbb60e190de.zip
avoid adding redundant strings for translation
Diffstat (limited to 'template/faq.html.j2')
-rw-r--r--template/faq.html.j221
1 files changed, 3 insertions, 18 deletions
diff --git a/template/faq.html.j2 b/template/faq.html.j2
index 05feb4f8..4b388593 100644
--- a/template/faq.html.j2
+++ b/template/faq.html.j2
@@ -25,26 +25,11 @@
25 </section> 25 </section>
26 </article> 26 </article>
27<!-- 27<!--
28<h2>{{ _("Q?") }}</h2> 28<h2>{{ ("Q?") }}</h2>
29{% trans %}
30<p>
31A:
32</p>
33{% endtrans %}
34 29
35<h2>{{ _("Q?") }}</h2> 30<h2>{{ ("Q?") }}</h2>
36{% trans %}
37<p>
38A:
39</p>
40{% endtrans %}
41 31
42<h2>{{ _("Q?") }}</h2> 32<h2>{{ ("Q?") }}</h2>
43{% trans %}
44<p>
45A:
46</p>
47{% endtrans %}
48--> 33-->
49 34
50</div> 35</div>