Merge pull request #7176 from bxdxnn/misc/gallery-reply-text

Add item count text as the placeholder for in reply to box for galleries
This commit is contained in:
Benoit Marty
2026-07-10 16:10:52 +02:00
committed by GitHub
3 changed files with 281 additions and 0 deletions
@@ -268,6 +268,14 @@ Reason: %1$s."</string>
<string name="common_forward_message">"Forward message"</string>
<string name="common_frequently_used">"Frequently used"</string>
<string name="common_gallery">"Gallery"</string>
<plurals name="common_gallery_reply_attachments">
<item quantity="one">"%1$d attachment…"</item>
<item quantity="other">"%1$d attachments…"</item>
</plurals>
<plurals name="common_gallery_reply_media_items">
<item quantity="one">"%1$d media item…"</item>
<item quantity="other">"%1$d media items…"</item>
</plurals>
<string name="common_gif">"GIF"</string>
<string name="common_group_call_in_progress">"Group call in progress"</string>
<string name="common_image">"Image"</string>