Add thread display body and proper image for gift badges.

This commit is contained in:
Alex Hart
2022-05-04 15:19:41 -03:00
parent 1345413645
commit 158f77a634
8 changed files with 30 additions and 4 deletions

View File

@@ -1769,6 +1769,12 @@
<string name="ThreadRecord_file">File</string>
<string name="ThreadRecord_video">Video</string>
<string name="ThreadRecord_chat_session_refreshed">Chat session refreshed</string>
<!-- Displayed in the notification when the user is sent a gift -->
<string name="ThreadRecord__you_received_a_gift">You received a gift</string>
<!-- Displayed in the notification when the user sends a gift -->
<string name="ThreadRecord__you_sent_a_gift">You sent a gift</string>
<!-- Displayed in the notification when the user has opened a received gift -->
<string name="ThreadRecord__you_redeemed_a_gift_badge">You redeemed a gift badge</string>
<!-- UpdateApkReadyListener -->
<string name="UpdateApkReadyListener_Signal_update">Signal update</string>