From 3fea659b9852672493c26073cf57c9eeb9bbfcf6 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 4c3c4595..0948fd78 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 16a44e02..274a6b6b 100644
--- a/locales/ru.strings
+++ b/locales/ru.strings
@@ -1142,6 +1142,7 @@
"coins_many" = "$1 голосов";
"coins_other" = "$1 голосов";
"users_gifts" = "Подарки";
+"sent" = "Отправлено";
/* Apps */
"app" = "Приложение";