Browse Source

Adjust HTML template for Chinese translation order.

bubu 1 năm trước cách đây
mục cha
commit
fa2b3bcfcc
1 tập tin đã thay đổi với 6 bổ sung1 xóa
  1. 6 1
      netbox/templates/core/rq_worker_list.html

+ 6 - 1
netbox/templates/core/rq_worker_list.html

@@ -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 %}