mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
landing-page: Internationalize 'All' category.
This commit is contained in:
parent
f0ed556730
commit
2bc5d07a90
@ -68,7 +68,7 @@
|
||||
<div class="catalog">
|
||||
<div class="integration-categories-sidebar">
|
||||
<h3>{% trans %}Categories{% endtrans %}</h3>
|
||||
<h4 data-category="All" class="integration-category selected">All</h4>
|
||||
<h4 data-category="All" class="integration-category selected">{% trans %}All{% endtrans %}</h4>
|
||||
{% for category in categories_dict.values() %}
|
||||
<h4 data-category="{{ category }}" class="integration-category">{{ category }}</h4>
|
||||
{% endfor %}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user