Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix/gh 1677/shorten russian translations #400

Merged
merged 2 commits into from Jun 21, 2019
Merged
Changes from 1 commit
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

Next

Shorten Cliqz feature name Russian translations. Adjust line height f…

…or feature name element to shift it up
  • Loading branch information
wlycdgr committed Jun 20, 2019
commit a3c971038b712c77633d0e6b396f2264f4098a10
@@ -1120,7 +1120,7 @@
"message": "Найдено"
},
"drawer_title_enable_anti_tracking": {
"message": "Улучшенный анти-трекинг"
"message": "Супер анти-трекинг"
},
"drawer_tooltip_enable_anti_tracking": {
"message": "Анонимизировать разблокированные и неизвестные трекеры для обеспечения большей защиты браузера. На рисунке показано, сколько измерительных точек было удалено на сайте."
@@ -1135,7 +1135,7 @@
"message": "Анти-трекинг -"
},
"drawer_title_enable_ad_block": {
"message": "Усовершенствованная блокировка рекламы"
"message": "Рекламоблокер++"
},
"drawer_tooltip_enable_ad_block": {
"message": "Выполняет блокировку рекламы на сайтах, которые вы посещаете."
@@ -38,7 +38,7 @@ $cliqz-feature--darker-gray: #a4a4a4;
.CliqzFeature__feature-name {
text-align: center;
font-size: 11px;
line-height: 26px;
line-height: 16px;
font-weight: 600;
transition: color 0.25s ease-out;

ProTip! Use n and p to navigate between commits in a pull request.