Commit 15d1fc91 by xcoder

Another small fix for translate

1 parent 0077e6ec
......@@ -141,7 +141,7 @@
</div>
<div class="descr-top__title-bottom">
<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 class="descr-bottom">
......
......@@ -195,8 +195,10 @@ function switchLang(lang, platform) {
dropdownMenuMobile.classList.remove("show");
}
if (mobileCheck()) {
switchMobileMenu();
}
}
if (platform === "mobile") {
const mobArrow = document.querySelector(".chevron.mobile");
......
......@@ -30,8 +30,8 @@ const langDict = {
"our-service": {
"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
questions, no risk`,
"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.`,
},
"guarantees": {
"ru": `Гарантия возврата денег 30 дней`,
......@@ -41,7 +41,7 @@ const langDict = {
"ru": `Использование Интернета не означает, что все должны видеть ваши личные данные. Совершаете ли вы покупки онлайн или
подключаетесь к Wi-Fi в кафе, вы можете обеспечить более серьезную защиту своей персональной информации.`,
"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": {
"ru": "Безопасный Интернет за пару секунд",
......@@ -66,8 +66,8 @@ const langDict = {
"en": "Secure access anywhere in the world",
},
"vpn-service": {
"ru": "VPN сервис",
"en": "VPN service",
"ru": "VPN-сервис",
"en": "VP-service",
},
"fast": {
"ru": "быстрый и безопасный",
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!