From e7c3d46e8359a87f951e9927ca51c38116f57656 Mon Sep 17 00:00:00 2001 From: veselcraft Date: Sun, 28 Nov 2021 14:56:39 +0300 Subject: [PATCH] L10n: New string "View other comments" --- Web/Presenters/templates/components/post/microblogpost.xml | 2 +- locales/en.strings | 1 + locales/ru.strings | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Web/Presenters/templates/components/post/microblogpost.xml b/Web/Presenters/templates/components/post/microblogpost.xml index 9a06dd0c..08f20e05 100644 --- a/Web/Presenters/templates/components/post/microblogpost.xml +++ b/Web/Presenters/templates/components/post/microblogpost.xml @@ -100,7 +100,7 @@
{if $commentsCount > 3} - Посмотреть остальные комментарии + {_view_other_comments} {/if} {foreach $comments as $comment} {include "../comment.xml", comment => $comment, $compact => true} diff --git a/locales/en.strings b/locales/en.strings index 1e21c9ba..9a311c39 100644 --- a/locales/en.strings +++ b/locales/en.strings @@ -121,6 +121,7 @@ "wall_other" = "$1 posts"; "feed" = "News"; "publish_post" = "Add post"; +"view_other_comments" = "View other comments"; "all_news" = "All news"; "posts_per_page" = "Number of posts per page"; diff --git a/locales/ru.strings b/locales/ru.strings index 000fa0f7..4653afb4 100644 --- a/locales/ru.strings +++ b/locales/ru.strings @@ -124,6 +124,7 @@ "wall_few" = "$1 записи"; "wall_many" = "$1 записей"; "wall_other" = "$1 записей"; +"view_other_comments" = "Посмотреть остальные комментарии"; "all_news" = "Все новости"; "posts_per_page" = "Количество записей на странице";