From b37ca714e9edeaafda1c1ab1903e89ea41905c92 Mon Sep 17 00:00:00 2001 From: cuom1999 Date: Mon, 19 Jul 2021 22:56:20 -0500 Subject: [PATCH] Fix translation --- templates/problem/problem.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/problem/problem.html b/templates/problem/problem.html index 3c0669c..f25fead 100644 --- a/templates/problem/problem.html +++ b/templates/problem/problem.html @@ -332,7 +332,9 @@
- {{ _('This problem has %d clarification(s)' % clarifications|length) }} + {% trans trimmed length=clarifications|length %} + This problem has {{length}} clarification(s) + {% endtrans %}
{% endif %}