[hotfix] default state i18n

This commit is contained in:
ilya-bkv 2023-01-26 10:48:38 +03:00
parent 84cea7ae4c
commit 25d62ace6c
2 changed files with 3 additions and 2 deletions

View File

@ -170,7 +170,7 @@ export const AuthorView = (props: AuthorProps) => {
<Switch <Switch
fallback={ fallback={
<div class="wide-container"> <div class="wide-container">
<p>дефолтное состояние</p> <p>{t('Nothing here yet')}</p>
</div> </div>
} }
> >

View File

@ -221,5 +221,6 @@
"To write a comment, you must": "Чтобы написать комментарий, необходимо", "To write a comment, you must": "Чтобы написать комментарий, необходимо",
"Write a comment...": "Написать комментарий...", "Write a comment...": "Написать комментарий...",
"Add comment": "Комментировать", "Add comment": "Комментировать",
"My subscriptions": "Подписки" "My subscriptions": "Подписки",
"Nothing here yet": "Здесь пока ничего нет"
} }