From 84e6924a44694f7b7ed3e5a5f6c72f5617f18acd Mon Sep 17 00:00:00 2001 From: ng0 Date: Tue, 3 Sep 2019 12:13:51 +0000 Subject: mark more strings as translatable, fix typos. --- template/developers.html.j2 | 36 ++++++++++++++---------------------- 1 file changed, 14 insertions(+), 22 deletions(-) (limited to 'template/developers.html.j2') diff --git a/template/developers.html.j2 b/template/developers.html.j2 index 2fb4982d..0fc1f67a 100644 --- a/template/developers.html.j2 +++ b/template/developers.html.j2 @@ -68,12 +68,10 @@ {% endtrans %} GNUnet. {% trans %} - However, - contributions from anyone are welcome. Our Git - repositories can be cloned using the Git and HTTP - access methods against git.taler.net with - the name of the respective repository. A list of - repositories can be found in our + However, contributions from anyone are welcome. Our Git + repositories can be cloned using the Git and HTTP access methods + against git.taler.net with the name of the respective + repository. A list of repositories can be found in our {% endtrans %} GitWeb.

@@ -85,26 +83,15 @@ {% trans %} In addition to this website, the {% endtrans %} - - {% trans %} - documented code - {% endtrans %} - + {{ _("documented code")}} {% trans %} and the {% endtrans %} - - {% trans %} - API documentation - {% endtrans %} - . + {{ _("API documentation")}}. {% trans %} Technical papers can be found in our {% endtrans %} - - {% trans %} - bibliography. - {% endtrans %} + {{ _("bibliography")}}.

@@ -125,7 +112,10 @@

{% trans %} - We have Buildbot + We have + {% endtrans %} + Buildbot + {% trans %} automation tests to detect regressions and check for portability at {% endtrans %} @@ -138,7 +128,9 @@

{% trans %} We use - LCOV + {% endtrans %} + LCOV + {% trans %} to analyze the code coverage of our tests, the results are available at {% endtrans %} -- cgit v1.2.3