diff --git a/public/locales/en/translation.json b/public/locales/en/translation.json index f2efa988..e3431ece 100644 --- a/public/locales/en/translation.json +++ b/public/locales/en/translation.json @@ -46,7 +46,7 @@ "Author": "Author", "authors": "authors", "Authors": "Authors", - "authorsWithCount": "{count} {count, plural, one {author} other {authors}}", + "some authors": "{count} {count, plural, one {author} other {authors}}", "Autotypograph": "Autotypograph", "Back": "Back", "Back to editor": "Back to editor", @@ -98,7 +98,7 @@ "Commentator": "Commentator", "Commenting": "Commenting", "Comments": "Comments", - "CommentsWithCount": "{count, plural, =0 {{count} comments} one {{count} comment} few {{count} comments} other {{count} comments}}", + "some comments": "{count, plural, =0 {{count} comments} one {{count} comment} few {{count} comments} other {{count} comments}}", "Common feed": "All", "Communities": "Communities", "community": "community", @@ -404,7 +404,7 @@ "Share": "Share", "Share publication": "Share publication", "shout": "post", - "shoutsWithCount": "{count} {count, plural, one {post} other {posts}}", + "some shouts": "{count} {count, plural, one {post} other {posts}}", "Show": "Show", "Show lyrics": "Show lyrics", "Show more": "Show more", @@ -553,4 +553,4 @@ "You've reached a non-existed page": "You've reached a non-existed page", "Your email": "Your email", "Your name will appear on your profile page and as your signature in publications, comments and responses.": "Your name will appear on your profile page and as your signature in publications, comments and responses" -} +} \ No newline at end of file diff --git a/public/locales/ru/translation.json b/public/locales/ru/translation.json index 33278b15..292830d3 100644 --- a/public/locales/ru/translation.json +++ b/public/locales/ru/translation.json @@ -50,7 +50,7 @@ "Author": "Автор", "authors": "авторы", "Authors": "Авторы", - "authorsWithCount": "{count} {count, plural, one {автор} few {автора} other {авторов}}", + "some authors": "{count} {count, plural, one {автор} few {автора} other {авторов}}", "Autotypograph": "Автотипограф", "Back": "Назад", "Back to editor": "Вернуться в редактор", @@ -103,7 +103,7 @@ "Commentator": "Комментатор", "Commenting": "Комментирование", "Comments": "Комментарии", - "CommentsWithCount": "{count, plural, =0 {{count} комментариев} one {{count} комментарий} few {{count} комментария} other {{count} комментариев}}", + "some comments": "{count, plural, =0 {{count} комментариев} one {{count} комментарий} few {{count} комментария} other {{count} комментариев}}", "Common feed": "Общая лента", "Communities": "Сообщества", "community": "сообщество", @@ -426,7 +426,7 @@ "Short opening": "Расскажите вашу историю...", "shout": "пост", "shout not found": "публикация не найдена", - "shoutsWithCount": "{count} {count, plural, one {публикация} few {публикации} other {публикаций}}", + "some shouts": "{count} {count, plural, one {публикация} few {публикации} other {публикаций}}", "Show": "Показать", "Show lyrics": "Текст песни", "Show more": "Читать дальше", @@ -579,4 +579,4 @@ "You've successfully logged out": "Вы успешно вышли из аккаунта", "Your email": "Ваш email", "Your name will appear on your profile page and as your signature in publications, comments and responses.": "Ваше имя появится на странице вашего профиля и как ваша подпись в публикациях, комментариях и откликах" -} +} \ No newline at end of file diff --git a/src/components/Author/AuthorBadge/AuthorBadge.tsx b/src/components/Author/AuthorBadge/AuthorBadge.tsx index 281c058f..8f0191e5 100644 --- a/src/components/Author/AuthorBadge/AuthorBadge.tsx +++ b/src/components/Author/AuthorBadge/AuthorBadge.tsx @@ -121,7 +121,7 @@ export const AuthorBadge = (props: Props) => {