0.0.247 add translate for words with letter А
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{% load static %}
|
||||
{% load i18n %}
|
||||
<div class="block_tickets_in_work">
|
||||
<span class="title-list-of-users">Тикеты в работе</span>
|
||||
<span class="title-list-of-users">{% translate "Тикеты в работе" %}</span>
|
||||
{% if tickets_for_manager %}
|
||||
{% for item in tickets_for_manager %}
|
||||
{% include "widgets/w_chat_right_panel_tickets.html" %}
|
||||
|
||||
Reference in New Issue
Block a user