From af3dc6608ee368e478045978d6f99d5078d69c50 Mon Sep 17 00:00:00 2001 From: Maxim Leshchenko Date: Sat, 18 Dec 2021 17:08:33 +0200 Subject: [PATCH] Translate comment reply button text --- Web/Presenters/templates/components/comment.xml | 2 +- locales/en.strings | 2 ++ locales/ru.strings | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Web/Presenters/templates/components/comment.xml b/Web/Presenters/templates/components/comment.xml index 94122ac7..445f60fb 100644 --- a/Web/Presenters/templates/components/comment.xml +++ b/Web/Presenters/templates/components/comment.xml @@ -33,7 +33,7 @@ {if $comment->canBeDeletedBy($thisUser)} {_"delete"} | {/if} - Ответить + {_"reply"}
diff --git a/locales/en.strings b/locales/en.strings index 06c8da0d..7f4a24c7 100644 --- a/locales/en.strings +++ b/locales/en.strings @@ -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"; diff --git a/locales/ru.strings b/locales/ru.strings index 7a37653a..05410854 100644 --- a/locales/ru.strings +++ b/locales/ru.strings @@ -182,6 +182,8 @@ "open_post" = "Открыть запись"; "version_incompatibility" = "Не удалось отобразить это вложение. Возможно, база данных несовместима с текущей версией OpenVK."; +"reply" = "Ответить"; + /* Friends */ "friends" = "Друзья";