File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -1402,7 +1402,7 @@ msgstr ""
1402
1402
msgid "Are you sure?"
1403
1403
msgstr ""
1404
1404
1405
- #: warehouse/templates/error-base.html:23
1405
+ #: warehouse/templates/error-base.html:24
1406
1406
msgid "Error code"
1407
1407
msgstr ""
1408
1408
@@ -9577,8 +9577,8 @@ msgstr ""
9577
9577
9578
9578
#: warehouse/templates/search/results.html:141
9579
9579
#, python-format
9580
- msgid "<strong>%(count_display)s</strong> project"
9581
- msgid_plural "<strong>%(count_display)s</strong> projects"
9580
+ msgid "<strong>%(count_display)s</strong> project "
9581
+ msgid_plural "<strong>%(count_display)s</strong> projects "
9582
9582
msgstr[ 0 ] ""
9583
9583
msgstr[ 1 ] ""
9584
9584
Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ <h1 class="viewport-section__heading">
20
20
{% block error_text %}
21
21
< div class ="viewport-section__text ">
22
22
< p >
23
- < strong > {% trans %}Error code{% endtrans % }
24
- {% block error_code %}{% endblock %}
25
- </ strong >
23
+ {# djlint:off # }
24
+ < strong > {% trans %}Error code {% endtrans %} {% block error_code %}{% endblock %}</ strong >
25
+ {# djlint:on #}
26
26
< br >
27
27
< a href ="{{ request.route_path('index') }} "> {% trans %}Back to the homepage{% endtrans %}</ a >
28
28
</ p >
Original file line number Diff line number Diff line change @@ -139,9 +139,9 @@ <h2 class="sr-only">{% trans %}Search results{% endtrans %}</h2>
139
139
{% set item_count_display = page.item_count|format_number %}
140
140
{% endif %}
141
141
{% trans count=page.item_count, count_display=item_count_display %}
142
- < strong > {{ count_display }}</ strong > project
142
+ < strong > {{ count_display }}</ strong > project
143
143
{% pluralize %}
144
- < strong > {{ count_display }}</ strong > projects
144
+ < strong > {{ count_display }}</ strong > projects
145
145
{% endtrans %}
146
146
{% if term %}
147
147
{% trans term=term %}for "{{ term }}"{% endtrans %}
You can’t perform that action at this time.
0 commit comments