From b85e74a3d8d8e03368b95bd6f89354408534e4be Mon Sep 17 00:00:00 2001 From: mrilyew <99399973+mrilyew@users.noreply.github.com> Date: Tue, 27 May 2025 19:24:11 +0300 Subject: [PATCH] feat: "sent" at gifts page --- Web/Presenters/templates/Gifts/UserGifts.xml | 6 ++++++ locales/en.strings | 1 + locales/ru.strings | 1 + 3 files changed, 8 insertions(+) diff --git a/Web/Presenters/templates/Gifts/UserGifts.xml b/Web/Presenters/templates/Gifts/UserGifts.xml index b84fdcbf..650e475e 100644 --- a/Web/Presenters/templates/Gifts/UserGifts.xml +++ b/Web/Presenters/templates/Gifts/UserGifts.xml @@ -34,6 +34,12 @@ + + {_sent}: + + {$x->sent} + + {_comment}: {$x->caption} diff --git a/locales/en.strings b/locales/en.strings index 74915a50..0a9b6235 100644 --- a/locales/en.strings +++ b/locales/en.strings @@ -1200,6 +1200,7 @@ "coins_other" = "$1 votes"; "users_gifts" = "Gifts"; +"sent" = "Sent"; /* Apps */ "app" = "Application"; diff --git a/locales/ru.strings b/locales/ru.strings index 4d2751d2..5db98586 100644 --- a/locales/ru.strings +++ b/locales/ru.strings @@ -1142,6 +1142,7 @@ "coins_many" = "$1 голосов"; "coins_other" = "$1 голосов"; "users_gifts" = "Подарки"; +"sent" = "Отправлено"; /* Apps */ "app" = "Приложение";