0.0.247 add translate for words with letter А

This commit is contained in:
2023-11-21 18:29:02 +03:00
parent a2688c4a15
commit c660d8cb72
31 changed files with 250 additions and 182 deletions

View File

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