From 256ecbe31f333273893c6615d521a2b6c445eb1f Mon Sep 17 00:00:00 2001 From: smanylov Date: Fri, 6 Feb 2026 14:37:49 +0700 Subject: [PATCH] add validation translate-key --- src/i18n/messages/en.json | 3 ++- src/i18n/messages/ru.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/i18n/messages/en.json b/src/i18n/messages/en.json index eacce20..1e2e206 100644 --- a/src/i18n/messages/en.json +++ b/src/i18n/messages/en.json @@ -280,6 +280,7 @@ "unknown-error": "Unknown error", "change-password": "Change Password", "recovery-code": "Recovery code", - "referal-code": "Referal code" + "referal-code": "Referal code", + "email-invalid": "Invalid email address" } } \ No newline at end of file diff --git a/src/i18n/messages/ru.json b/src/i18n/messages/ru.json index 62557a6..440901d 100644 --- a/src/i18n/messages/ru.json +++ b/src/i18n/messages/ru.json @@ -280,6 +280,7 @@ "unknown-error": "Неизвестная ошибка", "change-password": "Изменить пароль", "recovery-code": "Код восстановления", - "referal-code": "Реферальный код" + "referal-code": "Реферальный код", + "email-invalid": "Неверный адрес электронной почты" } } \ No newline at end of file