From b576d04501f5749948938e9c26a478bb6461d2ef Mon Sep 17 00:00:00 2001 From: machka-pasla Date: Thu, 28 Aug 2025 21:46:59 +0300 Subject: [PATCH] Add welcome messages in English and Russian localization - Introduced a new "welcome" message for users in both English and Russian, enhancing the user experience with personalized greetings. --- locales/en.json | 1 + locales/ru.json | 1 + 2 files changed, 2 insertions(+) diff --git a/locales/en.json b/locales/en.json index febae54..79aed63 100644 --- a/locales/en.json +++ b/locales/en.json @@ -1,4 +1,5 @@ { + "welcome": "Welcome, {user_name}!", "main_menu_greeting": "Hi, {user_name}! 👋\nWhat would you like to do?", "menu_activate_trial_button": "🆓 Free Trial", diff --git a/locales/ru.json b/locales/ru.json index 51d3d6a..f8dd0b4 100644 --- a/locales/ru.json +++ b/locales/ru.json @@ -1,4 +1,5 @@ { + "welcome": "Добро пожаловать, {user_name}!", "main_menu_greeting": "Привет, {user_name}! 👋\nЧто бы вы хотели сделать?", "menu_activate_trial_button": "🆓 Пробный период",