commit 7a2208ecdbc429188478895fb48fe72d9e540216 Author: emma peel emma.peel@riseup.net Date: Wed Jan 16 15:17:49 2019 +0100
i18n templates --- templates/jobs.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/templates/jobs.html b/templates/jobs.html index fece3cd..d1b98be 100644 --- a/templates/jobs.html +++ b/templates/jobs.html @@ -1,5 +1,5 @@ <div class="container py-3"> - <h3 class="text-primary display-5">Current Openings</h3> + <h3 class="text-primary display-5">{{ _('Current Openings') }}</h3> </div> <div class="container py-3"> <div class="accordion" id="accordionJobs"> @@ -34,7 +34,7 @@ </div> </div> <div class="container py-3"> - <h3 class="text-primary display-5">Previous Openings</h3> + <h3 class="text-primary display-5">{{ _('Previous Openings') }}</h3> </div> <div class="container py-3"> <div class="row"> @@ -62,6 +62,6 @@ </div> </div> <div class="row"> - <p>Think you could help us in a position that’s not listed? We also rely on a vast community of volunteer contributors and many have become paid staff. <a href="">We invite you to join us on IRC to find how you can get involved.</a></p> + <p>{{ _("Think you could help us in a position that’s not listed? We also rely on a vast community of volunteer contributors and many have become paid staff.") }} <a href="">{{ _("We invite you to join us on IRC to find how you can get involved.") }}</a></p> </div> </div>
tor-commits@lists.torproject.org