Skip to content

Commit f94805b

Browse files
committed
Add comments for translators.
1 parent 36c7f5b commit f94805b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

admin_interface/templates/admin/change_list.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@ <h2 id="changelist-filter-header">{% translate 'Filter' %}</h2>
1212
{% if cl.is_facets_optional %}
1313
<h3>
1414
{% if cl.add_facets %}
15+
{# Translators: don't translate this, the django catalog already contains it #}
1516
<a href="{{ cl.remove_facet_link }}" class="hidelink">{% translate "Hide counts" %}</a>
1617
{% else %}
18+
{# Translators: don't translate this, the django catalog already contains it #}
1719
<a href="{{ cl.add_facet_link }}" class="viewlink">{% translate "Show counts" %}</a>
1820
{% endif %}
1921
</h3>
@@ -26,6 +28,7 @@ <h3>
2628
{% if cl.has_active_filters or active_date_hierarchy %}
2729
<div class="changelist-filter-clear-container">
2830
<h3 id="changelist-filter-clear">
31+
{# Translators: don't translate this, the django catalog already contains it #}
2932
<a href="{{ cl.clear_all_filters_qs }}">&#10006; {% translate "Clear all filters" %}</a>
3033
</h3>
3134
{% if active_date_hierarchy %}

0 commit comments

Comments
 (0)