Adjust HTML template for Chinese translation order.

This commit is contained in:
bubu 2024-08-01 09:34:46 +08:00 committed by Jeremy Stretch
parent dc173a5508
commit fa2b3bcfcc

View File

@ -24,7 +24,12 @@
</div>
{% endblock page-header %}
{% block title %}{{ status|capfirst }} {% trans "Workers in " %}{{ queue.name }}{% endblock %}
{% block title %}
{{ status|capfirst }}
{% blocktrans trimmed with queue_name=queue.name %}
Workers in {{ queue_name }}
{% endblocktrans %}
{% endblock %}
{% block controls %}{% endblock %}