Translate comment reply button text

This commit is contained in:
Maxim Leshchenko 2021-12-18 17:08:33 +02:00
parent 8efe468e8f
commit af3dc6608e
No known key found for this signature in database
GPG key ID: BB9C44A8733FBEEE
3 changed files with 5 additions and 1 deletions

View file

@ -33,7 +33,7 @@
{if $comment->canBeDeletedBy($thisUser)}
<a href="/comment{$comment->getId()}/delete">{_"delete"}</a>&nbsp;|
{/if}
<a class="comment-reply">Ответить</a>
<a class="comment-reply">{_"reply"}</a>
<div style="float: right; font-size: .7rem;">
<a class="post-like-button" href="/comment{$comment->getId()}/like?hash={rawurlencode($csrfToken)}">
<div class="heart" style="{if $comment->hasLikeFrom($thisUser)}opacity: 1;{else}opacity: 0.4;{/if}"></div>

View file

@ -179,6 +179,8 @@
"open_post" = "Open post";
"version_incompatibility" = "This attachment could not be displayed. Probably the database is incompatible with the current version of OpenVK.";
"reply" = "Reply";
/* Friends */
"friends" = "Friends";

View file

@ -182,6 +182,8 @@
"open_post" = "Открыть запись";
"version_incompatibility" = "Не удалось отобразить это вложение. Возможно, база данных несовместима с текущей версией OpenVK.";
"reply" = "Ответить";
/* Friends */
"friends" = "Друзья";