Commit 15d1fc91 by xcoder

Another small fix for translate

1 parent 0077e6ec
...@@ -141,7 +141,7 @@ ...@@ -141,7 +141,7 @@
</div> </div>
<div class="descr-top__title-bottom"> <div class="descr-top__title-bottom">
<span class="title__colored" data-lang="fast">быстрый и безопасный</span> <span class="title__colored" data-lang="fast">быстрый и безопасный</span>
<span class="title__uncolored" data-lang="vpn-service">VPN сервис</span> <span class="title__uncolored" data-lang="vpn-service">VPN-сервис</span>
</div> </div>
</div> </div>
<div class="descr-bottom"> <div class="descr-bottom">
......
...@@ -195,8 +195,10 @@ function switchLang(lang, platform) { ...@@ -195,8 +195,10 @@ function switchLang(lang, platform) {
dropdownMenuMobile.classList.remove("show"); dropdownMenuMobile.classList.remove("show");
} }
if (mobileCheck()) {
switchMobileMenu(); switchMobileMenu();
} }
}
if (platform === "mobile") { if (platform === "mobile") {
const mobArrow = document.querySelector(".chevron.mobile"); const mobArrow = document.querySelector(".chevron.mobile");
......
...@@ -30,8 +30,8 @@ const langDict = { ...@@ -30,8 +30,8 @@ const langDict = {
"our-service": { "our-service": {
"ru": `Наш VPN-сервис прост в использовании. Как и наша гарантия. Если вам что-то не нравится, мы вернем ваши деньги. Никаких "ru": `Наш VPN-сервис прост в использовании. Как и наша гарантия. Если вам что-то не нравится, мы вернем ваши деньги. Никаких
вопросов, никакого риска.`, вопросов, никакого риска.`,
"en": `Our VPN service is easy to use. As is our guarantee. If you don't like something, we will refund your money. Any "en": `Our VPN-service is easy to use. As is our guarantee. If you don't like something, we will refund your money. Any
questions, no risk`, questions, no risk.`,
}, },
"guarantees": { "guarantees": {
"ru": `Гарантия возврата денег 30 дней`, "ru": `Гарантия возврата денег 30 дней`,
...@@ -41,7 +41,7 @@ const langDict = { ...@@ -41,7 +41,7 @@ const langDict = {
"ru": `Использование Интернета не означает, что все должны видеть ваши личные данные. Совершаете ли вы покупки онлайн или "ru": `Использование Интернета не означает, что все должны видеть ваши личные данные. Совершаете ли вы покупки онлайн или
подключаетесь к Wi-Fi в кафе, вы можете обеспечить более серьезную защиту своей персональной информации.`, подключаетесь к Wi-Fi в кафе, вы можете обеспечить более серьезную защиту своей персональной информации.`,
"en": `Using the Internet does not mean that everyone should see your personal data. Do you shop online or connect "en": `Using the Internet does not mean that everyone should see your personal data. Do you shop online or connect
to Wi-Fi in a cafe, you can provide more serious protection of your personal information`, to Wi-Fi in a cafe, you can provide more serious protection of your personal information.`,
}, },
"safety": { "safety": {
"ru": "Безопасный Интернет за пару секунд", "ru": "Безопасный Интернет за пару секунд",
...@@ -66,8 +66,8 @@ const langDict = { ...@@ -66,8 +66,8 @@ const langDict = {
"en": "Secure access anywhere in the world", "en": "Secure access anywhere in the world",
}, },
"vpn-service": { "vpn-service": {
"ru": "VPN сервис", "ru": "VPN-сервис",
"en": "VPN service", "en": "VP-service",
}, },
"fast": { "fast": {
"ru": "быстрый и безопасный", "ru": "быстрый и безопасный",
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!