From 72985c4cd50dcad17c7f6fb43f89e911df55c409 Mon Sep 17 00:00:00 2001 From: LibreHacker Date: Sun, 26 Jul 2020 12:09:46 +0300 Subject: [PATCH 1/2] new option --- i/index.html | 2 ++ i/js/main.js | 2 +- i/lang/ru.json | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/i/index.html b/i/index.html index b50b7e2..ddf26f6 100644 --- a/i/index.html +++ b/i/index.html @@ -28,6 +28,8 @@

+

+

diff --git a/i/js/main.js b/i/js/main.js index f201015..ed09e9d 100644 --- a/i/js/main.js +++ b/i/js/main.js @@ -68,7 +68,7 @@ document.getElementById(id).innerHTML = i18n.text(key_prefix + id, display_data); }); // and agnostic - ['clients', 'recommend', 'checkfulllist', 'xmppis'].forEach(function(id) { + ['clients', 'recommend', 'checkfulllist', 'xmppis', 'create', 'createhide'].forEach(function(id) { document.getElementById(id).innerHTML = i18n.text(id, display_data); }); } diff --git a/i/lang/ru.json b/i/lang/ru.json index f379a38..4e831a8 100644 --- a/i/lang/ru.json +++ b/i/lang/ru.json @@ -15,5 +15,7 @@ "recommend": "Мы рекомендуем:", "checkfulllist": "Джаббер (XMPP) - это удобная и безопасная форма обмена сообщениями. Вы можете выбрать один из множества клиентов и иметь свободный выбор любого сервера для связи со всеми.", "xmppis": "Основано на i.kaidan.im / switching", + "create": "Хотите создать своё приглашение?", + "createhide": "t3st", "":"" } From 953605ee56b7eec15f643467b4d6eec532df91d7 Mon Sep 17 00:00:00 2001 From: LibreHacker Date: Fri, 31 Jul 2020 17:10:49 +0300 Subject: [PATCH 2/2] fix iOS, Linux --- i/index.html | 2 +- i/json/clients_Linux.json | 2 +- i/json/clients_iOS.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/i/index.html b/i/index.html index ddf26f6..d0ffae5 100644 --- a/i/index.html +++ b/i/index.html @@ -28,7 +28,7 @@

-

+

diff --git a/i/json/clients_Linux.json b/i/json/clients_Linux.json index 2c36809..0d69c0d 100644 --- a/i/json/clients_Linux.json +++ b/i/json/clients_Linux.json @@ -1,3 +1,3 @@ [ - "Gajim - многофункциональный" + "Gajim - многофункциональный" ] diff --git a/i/json/clients_iOS.json b/i/json/clients_iOS.json index 33d680f..3b56770 100644 --- a/i/json/clients_iOS.json +++ b/i/json/clients_iOS.json @@ -1,3 +1,3 @@ [ - "ChatSecure - Защищённый Мессенджер для iOS" + "Шишкин IM - лёгкий и мощьный" ]