0.0.247 add translate for words with letter А
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user