From 97538c483c99653fcc4df6cb963ef23ba7a94040 Mon Sep 17 00:00:00 2001 From: Alexander Lutay Date: Thu, 8 Jul 2021 17:05:04 +0200 Subject: [PATCH] =?UTF-8?q?TT#129160=20fix=20ca34192:=20use=20label=20'?= =?UTF-8?q?=D0=A0=D1=83=D1=81=D1=81=D0=BA=D0=B8=D0=B9'=20for=20Russian=20l?= =?UTF-8?q?ocalization?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Historically the i18n label 'English' is not really a languare but a label to search the localisation name, which should be 'Русский' for Russian. Change-Id: I404a06a90c582f999d0226e8d6fd6882f741f7b4 --- src/i18n/ru.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/ru.json b/src/i18n/ru.json index 8c84cb64..b1c8eafb 100644 --- a/src/i18n/ru.json +++ b/src/i18n/ru.json @@ -228,7 +228,7 @@ "End date": "Конечная дата", "End time": "Время окончания", "Ended": "Завершено", - "English": "Английский", + "English": "Русский", "Enter a number to dial": "Введите номер для набора", "Established": "Установлено", "Every caller": "Каждый звонящий",