From 25d62ace6c43a37ed512e8c91a6d39b3b0d6c51c Mon Sep 17 00:00:00 2001 From: ilya-bkv Date: Thu, 26 Jan 2023 10:48:38 +0300 Subject: [PATCH] [hotfix] default state i18n --- src/components/Views/Author.tsx | 2 +- src/locales/ru.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/Views/Author.tsx b/src/components/Views/Author.tsx index f250ae8e..13aa85ca 100644 --- a/src/components/Views/Author.tsx +++ b/src/components/Views/Author.tsx @@ -170,7 +170,7 @@ export const AuthorView = (props: AuthorProps) => { -

дефолтное состояние

+

{t('Nothing here yet')}

} > diff --git a/src/locales/ru.json b/src/locales/ru.json index 04cda3b9..6164cfaf 100644 --- a/src/locales/ru.json +++ b/src/locales/ru.json @@ -221,5 +221,6 @@ "To write a comment, you must": "Чтобы написать комментарий, необходимо", "Write a comment...": "Написать комментарий...", "Add comment": "Комментировать", - "My subscriptions": "Подписки" + "My subscriptions": "Подписки", + "Nothing here yet": "Здесь пока ничего нет" }