0.0.247 add translate for words with letter А
This commit is contained in:
@@ -18,24 +18,26 @@
|
||||
onblur="hideMenu(event)"
|
||||
class="dropdown-content"
|
||||
>
|
||||
<a href="/">Главная</a>
|
||||
<a href="{% url 'static_page' 'for_movers' %}">Для отправителя</a>
|
||||
<a href="{% url 'static_page' 'for_customers' %}">Для перевозчика</a>
|
||||
<a href="{% url "static_page" "about_service" %}">О Trip With Bonus</a>
|
||||
<a href="{% url 'static_page' 'contacts' %}">Контакты</a>
|
||||
<a href="{% url 'static_page' 'advertisement' %}">Реклама</a>
|
||||
<a href="{% url "articles" %}">Новости</a>
|
||||
<a href="{% url 'static_page' 'customer_service' %}">Служба поддержки</a>
|
||||
<a href="{% url "static_page" "partners" %}">Партнерам</a>
|
||||
|
||||
<a href="/">{% trans "Главная" %}</a>
|
||||
<a href="{% url 'static_page' 'for_movers' %}">{% trans "Для отправителя" %}</a>
|
||||
<a href="{% url 'static_page' 'for_customers' %}">{% trans "Для перевозчика" %}</a>
|
||||
<a href="{% url "static_page" "about_service" %}">{% trans "" %}О Trip With Bonus</a>
|
||||
<a href="{% url 'static_page' 'contacts' %}">{% trans "Контакты" %}</a>
|
||||
<a href="{% url 'static_page' 'advertisement' %}">{% trans "Реклама" %}</a>
|
||||
<a href="{% url "articles" %}">{% trans "Новости" %}</a>
|
||||
<a href="{% url 'static_page' 'customer_service' %}">{% trans "Служба поддержки" %}</a>
|
||||
<a href="{% url "static_page" "partners" %}">{% trans "Партнерам" %}</a>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="header_btn_mover">
|
||||
<a href="{% url 'profile_page' 'create_route_for_mover' %}">Перевезти посылку</a>
|
||||
<a href="{% url 'profile_page' 'create_route_for_mover' %}">{% trans "Перевезти посылку" %}</a>
|
||||
</div>
|
||||
<div class="header_btn_sender">
|
||||
<a href="{% url 'profile_page' 'create_route_for_customer' %}">Отправить посылку</a>
|
||||
<a href="{% url 'profile_page' 'create_route_for_customer' %}">{% trans "Отправить посылку" %}</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -53,7 +55,7 @@
|
||||
<img class="svg" src="/static/img/svg/Helpdesk_%20Icon.svg">
|
||||
</div>
|
||||
<div class="header-second-item">
|
||||
<a id="customer_service" href="{% url 'static_page' 'customer_service' %}">Служба поддержки</a>
|
||||
<a id="customer_service" href="{% url 'static_page' 'customer_service' %}">{% trans "Служба поддержки" %}</a>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -94,13 +96,13 @@
|
||||
<a
|
||||
class="registration_button"
|
||||
href="{% url "registration_page" %}">
|
||||
Регистрация
|
||||
{% trans "Регистрация" %}
|
||||
</a>
|
||||
|
||||
<a
|
||||
class="enter_button"
|
||||
href="{% url "login_profile" %}">
|
||||
Войти
|
||||
{% trans "Войти" %}
|
||||
</a>
|
||||
|
||||
</div>
|
||||
@@ -111,8 +113,8 @@
|
||||
</div>
|
||||
|
||||
<div class="menu_profile_btn">
|
||||
<a class="btn_menu_profile" href="{% url "login_profile" %}" >Войти</a>
|
||||
<a class="btn_menu_profile" href="{% url "registration_page" %}">Регистрация</a>
|
||||
<a class="btn_menu_profile" href="{% url "login_profile" %}" >{% trans "Войти" %}</a>
|
||||
<a class="btn_menu_profile" href="{% url "registration_page" %}">{% trans "Регистрация" %}</a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user