feat: "sent" at gifts page

This commit is contained in:
mrilyew 2025-05-27 19:24:11 +03:00 committed by Alexander Minkin
parent 40b19ec561
commit b85e74a3d8
3 changed files with 8 additions and 0 deletions

View file

@ -34,6 +34,12 @@
</a>
</td>
</tr>
<tr>
<td><span class="nobold">{_sent}: </span></td>
<td>
{$x->sent}
</td>
</tr>
<tr n:if="!empty($x->caption)">
<td><span class="nobold">{_comment}: </span></td>
<td>{$x->caption}</td>

View file

@ -1200,6 +1200,7 @@
"coins_other" = "$1 votes";
"users_gifts" = "Gifts";
"sent" = "Sent";
/* Apps */
"app" = "Application";

View file

@ -1142,6 +1142,7 @@
"coins_many" = "$1 голосов";
"coins_other" = "$1 голосов";
"users_gifts" = "Подарки";
"sent" = "Отправлено";
/* Apps */
"app" = "Приложение";