Add translation support for contact
This commit is contained in:
parent
ef4d5847fe
commit
776ce81a5b
|
|
@ -9,7 +9,7 @@
|
||||||
<div class="contact_box">
|
<div class="contact_box">
|
||||||
<div class="contact_box-row">
|
<div class="contact_box-row">
|
||||||
<h2 class="contact_box-title wow fadeInUp" data-wow-duration=".3s" data-wow-delay=".1s">
|
<h2 class="contact_box-title wow fadeInUp" data-wow-duration=".3s" data-wow-delay=".1s">
|
||||||
Отправьте нам сообщение
|
{{'Отправьте нам сообщение'|_}}
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
<span>
|
<span>
|
||||||
|
|
@ -45,7 +45,7 @@
|
||||||
|
|
||||||
<div class="contact_btn wow fadeInUp" data-wow-duration=".3s" data-wow-delay=".27s">
|
<div class="contact_btn wow fadeInUp" data-wow-duration=".3s" data-wow-delay=".27s">
|
||||||
<button type="submit">
|
<button type="submit">
|
||||||
Отправить
|
{{'Отправить'|_}}
|
||||||
|
|
||||||
<span>
|
<span>
|
||||||
<svg width="14" height="12" viewBox="0 0 14 12" fill="none"
|
<svg width="14" height="12" viewBox="0 0 14 12" fill="none"
|
||||||
|
|
@ -62,7 +62,7 @@
|
||||||
|
|
||||||
<div class="contact_info">
|
<div class="contact_info">
|
||||||
<h4 class="contact_info-title wow fadeInRight" data-wow-duration=".3s" data-wow-delay=".1s">
|
<h4 class="contact_info-title wow fadeInRight" data-wow-duration=".3s" data-wow-delay=".1s">
|
||||||
Контактная информация
|
{{'Контактная информация'|_}}
|
||||||
</h4>
|
</h4>
|
||||||
|
|
||||||
<a href="tel:+993 12 46-87-87" class="contact_info-txt wow fadeInRight" data-wow-duration=".3s" data-wow-delay=".13s">
|
<a href="tel:+993 12 46-87-87" class="contact_info-txt wow fadeInRight" data-wow-duration=".3s" data-wow-delay=".13s">
|
||||||
|
|
@ -91,7 +91,7 @@
|
||||||
</svg>
|
</svg>
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
Atatürk köçesi 80, Aşgabat 744000, Туркменистан
|
{{'Atatürk köçesi 80, Aşgabat 744000, Туркменистан'|_}}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="contact_info-media">
|
<div class="contact_info-media">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue