From 53b9ee820b41098629b3efe9b9e5d32d82f341d9 Mon Sep 17 00:00:00 2001 From: Danil Pismenny Date: Sun, 12 Oct 2025 16:57:02 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D1=82=D0=BB=D0=B8=D1=87=D0=BD=D0=BE!=20?= =?UTF-8?q?=D0=A2=D0=B5=D0=BF=D0=B5=D1=80=D1=8C=20=D0=BA=D0=BE=D0=BB=D0=B8?= =?UTF-8?q?=D1=87=D0=B5=D1=81=D1=82=D0=B2=D0=BE=20=D0=BA=D0=B0=D0=BD=D0=B0?= =?UTF-8?q?=D0=BB=D0=BE=D0=B2=20=D0=B4=D0=BE=D0=BB=D0=B6=D0=BD=D0=BE=20?= =?UTF-8?q?=D0=BF=D1=80=D0=B0=D0=B2=D0=B8=D0=BB=D1=8C=D0=BD=D0=BE=20=D0=BF?= =?UTF-8?q?=D0=BE=D0=BF=D0=B0=D0=B4=D0=B0=D1=82=D1=8C=20=D0=B2=20=D0=B7?= =?UTF-8?q?=D0=B0=D0=B3=D0=BE=D0=BB=D0=BE=D0=B2=D0=BE=D0=BA.=20=D0=9F?= =?UTF-8?q?=D1=80=D0=BE=D0=B1=D0=BB=D0=B5=D0=BC=D0=B0=20=D0=B1=D1=8B=D0=BB?= =?UTF-8?q?=D0=B0=20=D0=B2=20=D1=82=D0=BE=D0=BC,=20=D1=87=D1=82=D0=BE=20?= =?UTF-8?q?=D0=B2=20=D0=BB=D0=BE=D0=BA=D0=B0=D0=BB=D0=B8=20`ru.yml:291`=20?= =?UTF-8?q?=D0=B8=D1=81=D0=BF=D0=BE=D0=BB=D1=8C=D0=B7=D1=83=D0=B5=D1=82?= =?UTF-8?q?=D1=81=D1=8F=20=D0=B8=D0=BD=D1=82=D0=B5=D1=80=D0=BF=D0=BE=D0=BB?= =?UTF-8?q?=D1=8F=D1=86=D0=B8=D1=8F=20`%{count}`,=20=D0=BD=D0=BE=20=D0=BF?= =?UTF-8?q?=D1=80=D0=B8=20=D0=B2=D1=8B=D0=B7=D0=BE=D0=B2=D0=B5=20=D1=8D?= =?UTF-8?q?=D1=82=D0=BE=D0=B9=20=D0=BB=D0=BE=D0=BA=D0=B0=D0=BB=D0=B8=20?= =?UTF-8?q?=D0=BD=D0=B5=20=D0=BF=D0=B5=D1=80=D0=B5=D0=B4=D0=B0=D0=B2=D0=B0?= =?UTF-8?q?=D0=BB=D1=81=D1=8F=20=D0=BF=D0=B0=D1=80=D0=B0=D0=BC=D0=B5=D1=82?= =?UTF-8?q?=D1=80=20`count`.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controllers/concerns/telegram/subscription_commands.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/concerns/telegram/subscription_commands.rb b/app/controllers/concerns/telegram/subscription_commands.rb index ebdb626..8697c41 100644 --- a/app/controllers/concerns/telegram/subscription_commands.rb +++ b/app/controllers/concerns/telegram/subscription_commands.rb @@ -76,7 +76,7 @@ def confirm_remove_callback_query(channel_id) # Построить текст списка подписок def build_subscriptions_list(subscriptions) - text = "#{I18n.t('telegram_bot.channels.list.title')}\n\n" + text = "#{I18n.t('telegram_bot.channels.list.title', count: subscriptions.count)}\n\n" text += "#{I18n.t('telegram_bot.channels.list.total', count: subscriptions.count)}\n\n" subscriptions.each do |subscription|