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,4 +1,7 @@
{% load static %}
{% load i18n %}
{% trans "Укажите вес" as p_weight %}
<link rel="stylesheet" href="{% static 'css/ion.rangeSlider.min.css' %}">
@@ -276,7 +279,7 @@
type="number"
maxlength="4"
class="js-input"
placeholder="Укажите вес"
placeholder="{{ p_weight }}"
class="el_form_b_new_route"
{% if form.fields.weight.required %} required{% endif %}
@@ -360,7 +363,7 @@
<img id="img_msg_by_email"
src="/static/img/svg/info2.svg"
alt="">
<div class="title_for_msg_by_email">Выберите, чтобы получать уведомление на E-mail, как только появится посылка по заданным критериям</div>
<div class="title_for_msg_by_email">{% translate "Выберите, чтобы получать уведомление на E-mail, как только появится посылка по заданным критериям" %}</div>
</label>
@@ -371,7 +374,7 @@
{% endif %}
</div>
<div class="button_register">
<button id="registration" onclick="sendRoute(this, {% if route.id%}{{ route.id }}{% endif %})"> Разместить объявления </button>
<button id="registration" onclick="sendRoute(this, {% if route.id%}{{ route.id }}{% endif %})"> {% translate "Разместить объявления" %} </button>
</div>