Skip to content

Commit 6ee4056

Browse files
committed
Sync again after adding missing value in Localazy.
1 parent fd6cf1d commit 6ee4056

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

features/messages/impl/src/main/res/values/localazy.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
<item quantity="one">"%1$d room change"</item>
55
<item quantity="other">"%1$d room changes"</item>
66
</plurals>
7+
<plurals name="screen_room_timeline_more_reactions">
8+
<item quantity="other">"%1$d more"</item>
9+
</plurals>
710
<string name="screen_room_attachment_source_camera">"Camera"</string>
811
<string name="screen_room_attachment_source_camera_photo">"Take photo"</string>
912
<string name="screen_room_attachment_source_camera_video">"Record a video"</string>
@@ -20,6 +23,8 @@
2023
<string name="screen_room_reactions_show_more">"Show more"</string>
2124
<string name="screen_room_retry_send_menu_send_again_action">"Send again"</string>
2225
<string name="screen_room_retry_send_menu_title">"Your message failed to send"</string>
26+
<string name="screen_room_timeline_add_reaction">"Add emoji"</string>
27+
<string name="screen_room_timeline_less_reactions">"Show less"</string>
2328
<string name="screen_room_error_failed_processing_media">"Failed processing media to upload, please try again."</string>
2429
<string name="screen_room_retry_send_menu_remove_action">"Remove"</string>
2530
</resources>

0 commit comments

Comments
 (0)