stream-chat-react-native-core 9.0.0-beta.30 → 9.0.0-beta.31

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (176) hide show
  1. package/lib/commonjs/components/Message/MessageItemView/utils/renderText.js +3 -1
  2. package/lib/commonjs/components/Message/MessageItemView/utils/renderText.js.map +1 -1
  3. package/lib/commonjs/components/Poll/CreatePollContent.js +5 -3
  4. package/lib/commonjs/components/Poll/CreatePollContent.js.map +1 -1
  5. package/lib/commonjs/components/Poll/components/MultipleAnswersField.js +5 -3
  6. package/lib/commonjs/components/Poll/components/MultipleAnswersField.js.map +1 -1
  7. package/lib/commonjs/components/Poll/components/MultipleVotesSettings.js +5 -3
  8. package/lib/commonjs/components/Poll/components/MultipleVotesSettings.js.map +1 -1
  9. package/lib/commonjs/components/Poll/components/PollInputDialog.js +2 -1
  10. package/lib/commonjs/components/Poll/components/PollInputDialog.js.map +1 -1
  11. package/lib/commonjs/components/Reply/Reply.js +7 -2
  12. package/lib/commonjs/components/Reply/Reply.js.map +1 -1
  13. package/lib/commonjs/hooks/messagePreview/useMessagePreviewText.js +28 -13
  14. package/lib/commonjs/hooks/messagePreview/useMessagePreviewText.js.map +1 -1
  15. package/lib/commonjs/i18n/en.json +20 -0
  16. package/lib/commonjs/i18n/es.json +20 -0
  17. package/lib/commonjs/i18n/fr.json +20 -0
  18. package/lib/commonjs/i18n/he.json +20 -0
  19. package/lib/commonjs/i18n/hi.json +20 -0
  20. package/lib/commonjs/i18n/it.json +20 -0
  21. package/lib/commonjs/i18n/ja.json +20 -0
  22. package/lib/commonjs/i18n/ko.json +20 -0
  23. package/lib/commonjs/i18n/nl.json +20 -0
  24. package/lib/commonjs/i18n/pt-br.json +20 -0
  25. package/lib/commonjs/i18n/ru.json +20 -0
  26. package/lib/commonjs/i18n/tr.json +20 -0
  27. package/lib/commonjs/icons/arrow-up-right.js +10 -6
  28. package/lib/commonjs/icons/arrow-up-right.js.map +1 -1
  29. package/lib/commonjs/icons/audio.js +10 -6
  30. package/lib/commonjs/icons/audio.js.map +1 -1
  31. package/lib/commonjs/icons/chevron-left.js +10 -6
  32. package/lib/commonjs/icons/chevron-left.js.map +1 -1
  33. package/lib/commonjs/icons/leave.js +10 -6
  34. package/lib/commonjs/icons/leave.js.map +1 -1
  35. package/lib/commonjs/icons/message-bubble.js +10 -6
  36. package/lib/commonjs/icons/message-bubble.js.map +1 -1
  37. package/lib/commonjs/icons/mute.js +11 -7
  38. package/lib/commonjs/icons/mute.js.map +1 -1
  39. package/lib/commonjs/icons/reply.js +10 -6
  40. package/lib/commonjs/icons/reply.js.map +1 -1
  41. package/lib/commonjs/icons/search.js +11 -7
  42. package/lib/commonjs/icons/search.js.map +1 -1
  43. package/lib/commonjs/icons/send.js +11 -7
  44. package/lib/commonjs/icons/send.js.map +1 -1
  45. package/lib/commonjs/icons/thread.js +10 -6
  46. package/lib/commonjs/icons/thread.js.map +1 -1
  47. package/lib/commonjs/icons/video-fill.js +2 -0
  48. package/lib/commonjs/icons/video-fill.js.map +1 -1
  49. package/lib/commonjs/icons/video.js +10 -6
  50. package/lib/commonjs/icons/video.js.map +1 -1
  51. package/lib/commonjs/utils/rtlMirrorSwitchStyle.js +20 -0
  52. package/lib/commonjs/utils/rtlMirrorSwitchStyle.js.map +1 -0
  53. package/lib/commonjs/version.json +1 -1
  54. package/lib/module/components/Message/MessageItemView/utils/renderText.js +3 -1
  55. package/lib/module/components/Message/MessageItemView/utils/renderText.js.map +1 -1
  56. package/lib/module/components/Poll/CreatePollContent.js +5 -3
  57. package/lib/module/components/Poll/CreatePollContent.js.map +1 -1
  58. package/lib/module/components/Poll/components/MultipleAnswersField.js +5 -3
  59. package/lib/module/components/Poll/components/MultipleAnswersField.js.map +1 -1
  60. package/lib/module/components/Poll/components/MultipleVotesSettings.js +5 -3
  61. package/lib/module/components/Poll/components/MultipleVotesSettings.js.map +1 -1
  62. package/lib/module/components/Poll/components/PollInputDialog.js +2 -1
  63. package/lib/module/components/Poll/components/PollInputDialog.js.map +1 -1
  64. package/lib/module/components/Reply/Reply.js +7 -2
  65. package/lib/module/components/Reply/Reply.js.map +1 -1
  66. package/lib/module/hooks/messagePreview/useMessagePreviewText.js +28 -13
  67. package/lib/module/hooks/messagePreview/useMessagePreviewText.js.map +1 -1
  68. package/lib/module/i18n/en.json +20 -0
  69. package/lib/module/i18n/es.json +20 -0
  70. package/lib/module/i18n/fr.json +20 -0
  71. package/lib/module/i18n/he.json +20 -0
  72. package/lib/module/i18n/hi.json +20 -0
  73. package/lib/module/i18n/it.json +20 -0
  74. package/lib/module/i18n/ja.json +20 -0
  75. package/lib/module/i18n/ko.json +20 -0
  76. package/lib/module/i18n/nl.json +20 -0
  77. package/lib/module/i18n/pt-br.json +20 -0
  78. package/lib/module/i18n/ru.json +20 -0
  79. package/lib/module/i18n/tr.json +20 -0
  80. package/lib/module/icons/arrow-up-right.js +10 -6
  81. package/lib/module/icons/arrow-up-right.js.map +1 -1
  82. package/lib/module/icons/audio.js +10 -6
  83. package/lib/module/icons/audio.js.map +1 -1
  84. package/lib/module/icons/chevron-left.js +10 -6
  85. package/lib/module/icons/chevron-left.js.map +1 -1
  86. package/lib/module/icons/leave.js +10 -6
  87. package/lib/module/icons/leave.js.map +1 -1
  88. package/lib/module/icons/message-bubble.js +10 -6
  89. package/lib/module/icons/message-bubble.js.map +1 -1
  90. package/lib/module/icons/mute.js +11 -7
  91. package/lib/module/icons/mute.js.map +1 -1
  92. package/lib/module/icons/reply.js +10 -6
  93. package/lib/module/icons/reply.js.map +1 -1
  94. package/lib/module/icons/search.js +11 -7
  95. package/lib/module/icons/search.js.map +1 -1
  96. package/lib/module/icons/send.js +11 -7
  97. package/lib/module/icons/send.js.map +1 -1
  98. package/lib/module/icons/thread.js +10 -6
  99. package/lib/module/icons/thread.js.map +1 -1
  100. package/lib/module/icons/video-fill.js +2 -0
  101. package/lib/module/icons/video-fill.js.map +1 -1
  102. package/lib/module/icons/video.js +10 -6
  103. package/lib/module/icons/video.js.map +1 -1
  104. package/lib/module/utils/rtlMirrorSwitchStyle.js +20 -0
  105. package/lib/module/utils/rtlMirrorSwitchStyle.js.map +1 -0
  106. package/lib/module/version.json +1 -1
  107. package/lib/typescript/components/Message/MessageItemView/utils/renderText.d.ts.map +1 -1
  108. package/lib/typescript/components/Poll/CreatePollContent.d.ts.map +1 -1
  109. package/lib/typescript/components/Poll/components/MultipleVotesSettings.d.ts.map +1 -1
  110. package/lib/typescript/components/Reply/Reply.d.ts.map +1 -1
  111. package/lib/typescript/hooks/messagePreview/useMessagePreviewText.d.ts.map +1 -1
  112. package/lib/typescript/i18n/en.json +20 -0
  113. package/lib/typescript/i18n/es.json +20 -0
  114. package/lib/typescript/i18n/fr.json +20 -0
  115. package/lib/typescript/i18n/he.json +20 -0
  116. package/lib/typescript/i18n/hi.json +20 -0
  117. package/lib/typescript/i18n/it.json +20 -0
  118. package/lib/typescript/i18n/ja.json +20 -0
  119. package/lib/typescript/i18n/ko.json +20 -0
  120. package/lib/typescript/i18n/nl.json +20 -0
  121. package/lib/typescript/i18n/pt-br.json +20 -0
  122. package/lib/typescript/i18n/ru.json +20 -0
  123. package/lib/typescript/i18n/tr.json +20 -0
  124. package/lib/typescript/icons/arrow-up-right.d.ts.map +1 -1
  125. package/lib/typescript/icons/audio.d.ts.map +1 -1
  126. package/lib/typescript/icons/chevron-left.d.ts.map +1 -1
  127. package/lib/typescript/icons/leave.d.ts.map +1 -1
  128. package/lib/typescript/icons/message-bubble.d.ts.map +1 -1
  129. package/lib/typescript/icons/mute.d.ts.map +1 -1
  130. package/lib/typescript/icons/reply.d.ts.map +1 -1
  131. package/lib/typescript/icons/search.d.ts.map +1 -1
  132. package/lib/typescript/icons/send.d.ts.map +1 -1
  133. package/lib/typescript/icons/thread.d.ts.map +1 -1
  134. package/lib/typescript/icons/video-fill.d.ts.map +1 -1
  135. package/lib/typescript/icons/video.d.ts.map +1 -1
  136. package/lib/typescript/utils/i18n/Streami18n.d.ts +20 -0
  137. package/lib/typescript/utils/i18n/Streami18n.d.ts.map +1 -1
  138. package/lib/typescript/utils/rtlMirrorSwitchStyle.d.ts +9 -0
  139. package/lib/typescript/utils/rtlMirrorSwitchStyle.d.ts.map +1 -0
  140. package/package.json +1 -1
  141. package/src/components/Message/MessageItemView/__tests__/__snapshots__/MessageTextContainer.test.tsx.snap +1 -0
  142. package/src/components/Message/MessageItemView/utils/renderText.tsx +2 -0
  143. package/src/components/MessageInput/__tests__/__snapshots__/SendButton.test.js.snap +54 -36
  144. package/src/components/Poll/CreatePollContent.tsx +4 -2
  145. package/src/components/Poll/components/MultipleAnswersField.tsx +4 -3
  146. package/src/components/Poll/components/MultipleVotesSettings.tsx +4 -2
  147. package/src/components/Poll/components/PollInputDialog.tsx +1 -0
  148. package/src/components/Reply/Reply.tsx +7 -5
  149. package/src/components/Thread/__tests__/__snapshots__/Thread.test.js.snap +31 -18
  150. package/src/hooks/messagePreview/useMessagePreviewText.tsx +17 -13
  151. package/src/i18n/en.json +20 -0
  152. package/src/i18n/es.json +20 -0
  153. package/src/i18n/fr.json +20 -0
  154. package/src/i18n/he.json +20 -0
  155. package/src/i18n/hi.json +20 -0
  156. package/src/i18n/it.json +20 -0
  157. package/src/i18n/ja.json +20 -0
  158. package/src/i18n/ko.json +20 -0
  159. package/src/i18n/nl.json +20 -0
  160. package/src/i18n/pt-br.json +20 -0
  161. package/src/i18n/ru.json +20 -0
  162. package/src/i18n/tr.json +20 -0
  163. package/src/icons/arrow-up-right.tsx +11 -8
  164. package/src/icons/audio.tsx +11 -8
  165. package/src/icons/chevron-left.tsx +11 -8
  166. package/src/icons/leave.tsx +11 -8
  167. package/src/icons/message-bubble.tsx +11 -8
  168. package/src/icons/mute.tsx +12 -9
  169. package/src/icons/reply.tsx +11 -8
  170. package/src/icons/search.tsx +12 -9
  171. package/src/icons/send.tsx +12 -9
  172. package/src/icons/thread.tsx +11 -8
  173. package/src/icons/video-fill.tsx +5 -1
  174. package/src/icons/video.tsx +11 -8
  175. package/src/utils/rtlMirrorSwitchStyle.ts +20 -0
  176. package/src/version.json +1 -1
@@ -14,6 +14,7 @@
14
14
  "Are you sure you want to permanently delete this message?": "Вы действительно хотите удалить это сообщение без возможности восстановления?",
15
15
  "Are you sure?": "Вы уверены?",
16
16
  "Ask a question": "Задайте вопрос",
17
+ "Audio": "Аудио",
17
18
  "Ban User": "Заблокировать Пользователя",
18
19
  "Block User": "Заблокировать пользователя",
19
20
  "Cancel": "Отмена",
@@ -46,11 +47,13 @@
46
47
  "Flag Message": "Пометить сообщение",
47
48
  "Flag action failed either due to a network issue or the message is already flagged": "Не удалось отправить жалобу. Возможные причины: проблема с подключением к интернету или ваша жалоба уже была принята.",
48
49
  "Generating...": "Генерирую...",
50
+ "Giphy": "Giphy",
49
51
  "Hold to start recording.": "Удерживайте, чтобы начать запись.",
50
52
  "How about sending your first message to a friend?": "Как насчет отправки первого сообщения другу?",
51
53
  "Instant Commands": "Мгновенные Команды",
52
54
  "Let's start chatting!": "Давайте начнем общаться!",
53
55
  "Links are disabled": "Ссылки отключены",
56
+ "Live Location": "Трансляция местоположения",
54
57
  "Loading channels...": "Загружаю каналы...",
55
58
  "Loading messages...": "Загружаю сообщения...",
56
59
  "Loading threads...": "Загрузка потоков...",
@@ -90,6 +93,7 @@
90
93
  "Questions": "Вопросы",
91
94
  "Reconnecting...": "Переподключение...",
92
95
  "Reply": "Ответить",
96
+ "Reply to {{name}}": "Ответить пользователю {{name}}",
93
97
  "Reply to Message": "Ответить на сообщение",
94
98
  "Resend": "Отправить",
95
99
  "SEND": "ОТПРАВИТЬ",
@@ -127,6 +131,7 @@
127
131
  "View {{count}} comments_one": "Посмотреть {{count}} комментарий",
128
132
  "View {{count}} comments_other": "Посмотреть {{count}} комментария",
129
133
  "Voice message": "Голосовое сообщение",
134
+ "Voice message ({{duration}})": "Голосовое сообщение ({{duration}})",
130
135
  "Your comment": "Ваш комментарий",
131
136
  "You": "Вы",
132
137
  "You can't send messages in this channel": "Вы не можете отправлять сообщения в этот канал",
@@ -156,6 +161,21 @@
156
161
  "Message failed to send": "Сообщение не отправлено",
157
162
  "and {{ count }} others": "{{ count }} других",
158
163
  "{{ user }} voted: {{ option }}": "{{ user }} проголосовал: {{ option }}",
164
+ "{{count}} Audios_many": "{{count}} аудио",
165
+ "{{count}} Audios_one": "{{count}} аудио",
166
+ "{{count}} Audios_other": "{{count}} аудио",
167
+ "{{count}} Files_many": "{{count}} файлов",
168
+ "{{count}} Files_one": "{{count}} файл",
169
+ "{{count}} Files_other": "{{count}} файлов",
170
+ "{{count}} Photos_many": "{{count}} фото",
171
+ "{{count}} Photos_one": "{{count}} фото",
172
+ "{{count}} Photos_other": "{{count}} фото",
173
+ "{{count}} Voice messages_many": "{{count}} голосовых сообщений",
174
+ "{{count}} Voice messages_one": "{{count}} голосовое сообщение",
175
+ "{{count}} Voice messages_other": "{{count}} голосовых сообщений",
176
+ "{{count}} Videos_many": "{{count}} видео",
177
+ "{{count}} Videos_one": "{{count}} видео",
178
+ "{{count}} Videos_other": "{{count}} видео",
159
179
  "{{count}} votes_many": "{{count}} голосов",
160
180
  "{{count}} votes_one": "{{count}} голос",
161
181
  "{{count}} votes_other": "{{count}} голосов",
@@ -14,6 +14,7 @@
14
14
  "Are you sure you want to permanently delete this message?": "Bu mesajı kalıcı olarak silmek istediğinizden emin misiniz?",
15
15
  "Are you sure?": "Emin misiniz?",
16
16
  "Ask a question": "Bir soru sor",
17
+ "Audio": "Ses",
17
18
  "Ban User": "Kullanıcıyı Yasakla",
18
19
  "Block User": "Kullanıcıyı engelle",
19
20
  "Cancel": "İptal",
@@ -46,11 +47,13 @@
46
47
  "Flag Message": "Mesajı Raporla",
47
48
  "Flag action failed either due to a network issue or the message is already flagged": "Mesajın daha önce raporlanmış olması veya bir ağ bağlantısı sorunu nedeniyle raporlama işlemi başarısız oldu.",
48
49
  "Generating...": "Oluşturuluyor...",
50
+ "Giphy": "Giphy",
49
51
  "Hold to start recording.": "Kayıt yapmak için basılı tutun.",
50
52
  "How about sending your first message to a friend?": "İlk mesajınızı bir arkadaşınıza göndermeye ne dersiniz?",
51
53
  "Instant Commands": "Anlık Komutlar",
52
54
  "Let's start chatting!": "Haydi sohbete başlayalım!",
53
55
  "Links are disabled": "Bağlantılar devre dışı",
56
+ "Live Location": "Canlı Konum",
54
57
  "Loading channels...": "Kanallar yükleniyor...",
55
58
  "Loading messages...": "Mesajlar yükleniyor...",
56
59
  "Loading threads...": "Akışlar yükleniyor...",
@@ -90,6 +93,7 @@
90
93
  "Questions": "Sorular",
91
94
  "Reconnecting...": "Yeniden Bağlanılıyor...",
92
95
  "Reply": "Yanıtla",
96
+ "Reply to {{name}}": "{{name}} için yanıtla",
93
97
  "Reply to Message": "Mesajı Yanıtla",
94
98
  "Resend": "Yeniden gönder",
95
99
  "SEND": "GÖNDER",
@@ -127,6 +131,7 @@
127
131
  "View {{count}} comments_one": "{{count}} yorumu görüntüle",
128
132
  "View {{count}} comments_other": "{{count}} yorumu görüntüle",
129
133
  "Voice message": "Sesli mesaj",
134
+ "Voice message ({{duration}})": "Sesli mesaj ({{duration}})",
130
135
  "Your comment": "Yorumunuz",
131
136
  "You": "Sen",
132
137
  "You can't send messages in this channel": "Bu konuşmaya mesaj gönderemezsiniz",
@@ -156,6 +161,21 @@
156
161
  "Message failed to send": "Mesaj gönderimi başarısız",
157
162
  "and {{ count }} others": "{{ count }} kişi daha",
158
163
  "{{ user }} voted: {{ option }}": "{{ user }} oy verdi: {{ option }}",
164
+ "{{count}} Audios_many": "{{count}} ses",
165
+ "{{count}} Audios_one": "{{count}} ses",
166
+ "{{count}} Audios_other": "{{count}} ses",
167
+ "{{count}} Files_many": "{{count}} dosya",
168
+ "{{count}} Files_one": "{{count}} dosya",
169
+ "{{count}} Files_other": "{{count}} dosya",
170
+ "{{count}} Photos_many": "{{count}} fotoğraf",
171
+ "{{count}} Photos_one": "{{count}} fotoğraf",
172
+ "{{count}} Photos_other": "{{count}} fotoğraf",
173
+ "{{count}} Voice messages_many": "{{count}} sesli mesaj",
174
+ "{{count}} Voice messages_one": "{{count}} sesli mesaj",
175
+ "{{count}} Voice messages_other": "{{count}} sesli mesaj",
176
+ "{{count}} Videos_many": "{{count}} video",
177
+ "{{count}} Videos_one": "{{count}} video",
178
+ "{{count}} Videos_other": "{{count}} video",
159
179
  "{{count}} votes_many": "{{count}} oy",
160
180
  "{{count}} votes_one": "{{count}} oy",
161
181
  "{{count}} votes_other": "{{count}} oy",
@@ -1 +1 @@
1
- {"version":3,"file":"arrow-up-right.d.ts","sourceRoot":"","sources":["../../../src/icons/arrow-up-right.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC,eAAO,MAAM,YAAY,GAAI,kCAAkC,SAAS,sBAkBvE,CAAC"}
1
+ {"version":3,"file":"arrow-up-right.d.ts","sourceRoot":"","sources":["../../../src/icons/arrow-up-right.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC,eAAO,MAAM,YAAY,GAAI,kCAAkC,SAAS,sBAoBvE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"audio.d.ts","sourceRoot":"","sources":["../../../src/icons/audio.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC,eAAO,MAAM,KAAK,GAAI,2DAA2D,SAAS,sBAczF,CAAC"}
1
+ {"version":3,"file":"audio.d.ts","sourceRoot":"","sources":["../../../src/icons/audio.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC,eAAO,MAAM,KAAK,GAAI,2DAA2D,SAAS,sBAgBzF,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"chevron-left.d.ts","sourceRoot":"","sources":["../../../src/icons/chevron-left.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC,eAAO,MAAM,WAAW,GAAI,kCAAkC,SAAS,sBAUtE,CAAC"}
1
+ {"version":3,"file":"chevron-left.d.ts","sourceRoot":"","sources":["../../../src/icons/chevron-left.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC,eAAO,MAAM,WAAW,GAAI,kCAAkC,SAAS,sBAYtE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"leave.d.ts","sourceRoot":"","sources":["../../../src/icons/leave.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAU5C,CAAC"}
1
+ {"version":3,"file":"leave.d.ts","sourceRoot":"","sources":["../../../src/icons/leave.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAY5C,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"message-bubble.d.ts","sourceRoot":"","sources":["../../../src/icons/message-bubble.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC,eAAO,MAAM,kBAAkB,GAAI,mCAAmC,SAAS,sBAU9E,CAAC"}
1
+ {"version":3,"file":"message-bubble.d.ts","sourceRoot":"","sources":["../../../src/icons/message-bubble.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC,eAAO,MAAM,kBAAkB,GAAI,mCAAmC,SAAS,sBAY9E,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"mute.d.ts","sourceRoot":"","sources":["../../../src/icons/mute.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC,eAAO,MAAM,IAAI,GAAI,0DAA0D,SAAS,sBAevF,CAAC"}
1
+ {"version":3,"file":"mute.d.ts","sourceRoot":"","sources":["../../../src/icons/mute.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC,eAAO,MAAM,IAAI,GAAI,0DAA0D,SAAS,sBAiBvF,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"reply.d.ts","sourceRoot":"","sources":["../../../src/icons/reply.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC,eAAO,MAAM,eAAe,GAAI,OAAO,SAAS,sBAU/C,CAAC;AAEF,eAAO,MAAM,cAAc,GAAI,OAAO,SAAS,sBAAmC,CAAC"}
1
+ {"version":3,"file":"reply.d.ts","sourceRoot":"","sources":["../../../src/icons/reply.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC,eAAO,MAAM,eAAe,GAAI,OAAO,SAAS,sBAY/C,CAAC;AAEF,eAAO,MAAM,cAAc,GAAI,OAAO,SAAS,sBAAmC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"search.d.ts","sourceRoot":"","sources":["../../../src/icons/search.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC,eAAO,MAAM,MAAM,GAAI,0DAA0D,SAAS,sBAsBzF,CAAC"}
1
+ {"version":3,"file":"search.d.ts","sourceRoot":"","sources":["../../../src/icons/search.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC,eAAO,MAAM,MAAM,GAAI,0DAA0D,SAAS,sBAwBzF,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"send.d.ts","sourceRoot":"","sources":["../../../src/icons/send.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC,eAAO,MAAM,SAAS,GAAI,0DAA0D,SAAS,sBAsB5F,CAAC"}
1
+ {"version":3,"file":"send.d.ts","sourceRoot":"","sources":["../../../src/icons/send.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC,eAAO,MAAM,SAAS,GAAI,0DAA0D,SAAS,sBAwB5F,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"thread.d.ts","sourceRoot":"","sources":["../../../src/icons/thread.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC,eAAO,MAAM,WAAW,GAAI,0DAQzB,SAAS,sBAcX,CAAC"}
1
+ {"version":3,"file":"thread.d.ts","sourceRoot":"","sources":["../../../src/icons/thread.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC,eAAO,MAAM,WAAW,GAAI,0DAQzB,SAAS,sBAgBX,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"video-fill.d.ts","sourceRoot":"","sources":["../../../src/icons/video-fill.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC,eAAO,MAAM,QAAQ,GAAI,2DAA2D,SAAS,sBAkB5F,CAAC"}
1
+ {"version":3,"file":"video-fill.d.ts","sourceRoot":"","sources":["../../../src/icons/video-fill.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC,eAAO,MAAM,QAAQ,GAAI,2DAA2D,SAAS,sBAqB5F,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"video.d.ts","sourceRoot":"","sources":["../../../src/icons/video.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC,eAAO,MAAM,SAAS,GAAI,0DAA0D,SAAS,sBAoB5F,CAAC"}
1
+ {"version":3,"file":"video.d.ts","sourceRoot":"","sources":["../../../src/icons/video.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC,eAAO,MAAM,SAAS,GAAI,0DAA0D,SAAS,sBAsB5F,CAAC"}
@@ -149,6 +149,7 @@ export declare class Streami18n {
149
149
  "Are you sure you want to permanently delete this message?": string;
150
150
  "Are you sure?": string;
151
151
  "Ask a question": string;
152
+ Audio: string;
152
153
  "Ban User": string;
153
154
  "Block User": string;
154
155
  Cancel: string;
@@ -181,11 +182,13 @@ export declare class Streami18n {
181
182
  "Flag Message": string;
182
183
  "Flag action failed either due to a network issue or the message is already flagged": string;
183
184
  "Generating...": string;
185
+ Giphy: string;
184
186
  "Hold to start recording.": string;
185
187
  "How about sending your first message to a friend?": string;
186
188
  "Instant Commands": string;
187
189
  "Let's start chatting!": string;
188
190
  "Links are disabled": string;
191
+ "Live Location": string;
189
192
  "Loading channels...": string;
190
193
  "Loading messages...": string;
191
194
  "Loading threads...": string;
@@ -225,6 +228,7 @@ export declare class Streami18n {
225
228
  Questions: string;
226
229
  "Reconnecting...": string;
227
230
  Reply: string;
231
+ "Reply to {{name}}": string;
228
232
  "Reply to Message": string;
229
233
  Resend: string;
230
234
  SEND: string;
@@ -262,6 +266,7 @@ export declare class Streami18n {
262
266
  "View {{count}} comments_one": string;
263
267
  "View {{count}} comments_other": string;
264
268
  "Voice message": string;
269
+ "Voice message ({{duration}})": string;
265
270
  "Your comment": string;
266
271
  You: string;
267
272
  "You can't send messages in this channel": string;
@@ -291,6 +296,21 @@ export declare class Streami18n {
291
296
  "Message failed to send": string;
292
297
  "and {{ count }} others": string;
293
298
  "{{ user }} voted: {{ option }}": string;
299
+ "{{count}} Audios_many": string;
300
+ "{{count}} Audios_one": string;
301
+ "{{count}} Audios_other": string;
302
+ "{{count}} Files_many": string;
303
+ "{{count}} Files_one": string;
304
+ "{{count}} Files_other": string;
305
+ "{{count}} Photos_many": string;
306
+ "{{count}} Photos_one": string;
307
+ "{{count}} Photos_other": string;
308
+ "{{count}} Voice messages_many": string;
309
+ "{{count}} Voice messages_one": string;
310
+ "{{count}} Voice messages_other": string;
311
+ "{{count}} Videos_many": string;
312
+ "{{count}} Videos_one": string;
313
+ "{{count}} Videos_other": string;
294
314
  "{{count}} votes_many": string;
295
315
  "{{count}} votes_one": string;
296
316
  "{{count}} votes_other": string;
@@ -1 +1 @@
1
- {"version":3,"file":"Streami18n.d.ts","sourceRoot":"","sources":["../../../../src/utils/i18n/Streami18n.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"Streami18n.d.ts","sourceRoot":"","sources":["../../../../src/utils/i18n/Streami18n.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ import { ViewStyle } from 'react-native';
2
+ type RtlMirrorSwitchStyle = Pick<ViewStyle, 'transform'>;
3
+ /**
4
+ * Style that mirrors `Switch` horizontally in RTL on iOS so thumb/track match layout direction.
5
+ * The returned object is stable across renders while `I18nManager.isRTL` is unchanged (`useMemo`).
6
+ */
7
+ export declare function useRtlMirrorSwitchStyle(): RtlMirrorSwitchStyle;
8
+ export {};
9
+ //# sourceMappingURL=rtlMirrorSwitchStyle.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rtlMirrorSwitchStyle.d.ts","sourceRoot":"","sources":["../../../src/utils/rtlMirrorSwitchStyle.ts"],"names":[],"mappings":"AACA,OAAO,EAAyB,SAAS,EAAE,MAAM,cAAc,CAAC;AAEhE,KAAK,oBAAoB,GAAG,IAAI,CAAC,SAAS,EAAE,WAAW,CAAC,CAAC;AAEzD;;;GAGG;AACH,wBAAgB,uBAAuB,IAAI,oBAAoB,CAU9D"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "stream-chat-react-native-core",
3
3
  "description": "The official React Native and Expo components for Stream Chat, a service for building chat applications",
4
- "version": "9.0.0-beta.30",
4
+ "version": "9.0.0-beta.31",
5
5
  "author": {
6
6
  "company": "Stream.io Inc",
7
7
  "name": "Stream.io Inc"
@@ -44,6 +44,7 @@ exports[`MessageTextContainer should render message text container 1`] = `
44
44
  "color": "#1a1b25",
45
45
  "fontSize": 17,
46
46
  "lineHeight": 20,
47
+ "writingDirection": "ltr",
47
48
  }
48
49
  }
49
50
  >
@@ -1,6 +1,7 @@
1
1
  import React, { PropsWithChildren, ReactNode, useCallback, useMemo } from 'react';
2
2
  import {
3
3
  GestureResponderEvent,
4
+ I18nManager,
4
5
  Linking,
5
6
  Platform,
6
7
  Text,
@@ -294,6 +295,7 @@ export const renderText = (params: RenderTextParams) => {
294
295
  ...defaultMarkdownStyles.text,
295
296
  color: isMyMessage ? semantics.chatTextOutgoing : semantics.chatTextIncoming,
296
297
  ...markdownStyles?.text,
298
+ writingDirection: I18nManager.isRTL ? 'rtl' : 'ltr',
297
299
  },
298
300
  };
299
301
 
@@ -122,28 +122,37 @@ exports[`SendButton should render a SendButton 1`] = `
122
122
  }
123
123
  strokeWidth={1.5}
124
124
  >
125
- <RNSVGPath
126
- d="M11.2498 10H6.24982M6.24982 10L3.7881 2.71328C3.74537 2.59349 3.7402 2.4635 3.7733 2.34069C3.80639 2.21788 3.87616 2.10808 3.9733 2.02597C4.07044 1.94386 4.19032 1.89335 4.31693 1.88117C4.44353 1.86899 4.57084 1.89573 4.68185 1.95781L17.8069 9.4461C17.9045 9.50015 17.986 9.57937 18.0427 9.67555C18.0994 9.77172 18.1293 9.88133 18.1293 9.99297C18.1293 10.1046 18.0994 10.2142 18.0427 10.3104C17.986 10.4066 17.9045 10.4858 17.8069 10.5398L4.68185 18.0469C4.57051 18.1096 4.4426 18.1367 4.31537 18.1245C4.18815 18.1123 4.06772 18.0614 3.97032 17.9787C3.87292 17.8959 3.80323 17.7853 3.77065 17.6617C3.73807 17.5381 3.74416 17.4075 3.7881 17.2875L6.24982 10Z"
127
- fill={null}
128
- propList={
129
- [
130
- "fill",
131
- "stroke",
132
- "strokeWidth",
133
- "strokeLinecap",
134
- "strokeLinejoin",
135
- ]
136
- }
137
- stroke={
125
+ <RNSVGGroup
126
+ fill={
138
127
  {
139
- "payload": 4294967295,
128
+ "payload": 4278190080,
140
129
  "type": 0,
141
130
  }
142
131
  }
143
- strokeLinecap={1}
144
- strokeLinejoin={1}
145
- strokeWidth={1.5}
146
- />
132
+ >
133
+ <RNSVGPath
134
+ d="M11.2498 10H6.24982M6.24982 10L3.7881 2.71328C3.74537 2.59349 3.7402 2.4635 3.7733 2.34069C3.80639 2.21788 3.87616 2.10808 3.9733 2.02597C4.07044 1.94386 4.19032 1.89335 4.31693 1.88117C4.44353 1.86899 4.57084 1.89573 4.68185 1.95781L17.8069 9.4461C17.9045 9.50015 17.986 9.57937 18.0427 9.67555C18.0994 9.77172 18.1293 9.88133 18.1293 9.99297C18.1293 10.1046 18.0994 10.2142 18.0427 10.3104C17.986 10.4066 17.9045 10.4858 17.8069 10.5398L4.68185 18.0469C4.57051 18.1096 4.4426 18.1367 4.31537 18.1245C4.18815 18.1123 4.06772 18.0614 3.97032 17.9787C3.87292 17.8959 3.80323 17.7853 3.77065 17.6617C3.73807 17.5381 3.74416 17.4075 3.7881 17.2875L6.24982 10Z"
135
+ fill={null}
136
+ propList={
137
+ [
138
+ "fill",
139
+ "stroke",
140
+ "strokeWidth",
141
+ "strokeLinecap",
142
+ "strokeLinejoin",
143
+ ]
144
+ }
145
+ stroke={
146
+ {
147
+ "payload": 4294967295,
148
+ "type": 0,
149
+ }
150
+ }
151
+ strokeLinecap={1}
152
+ strokeLinejoin={1}
153
+ strokeWidth={1.5}
154
+ />
155
+ </RNSVGGroup>
147
156
  </RNSVGGroup>
148
157
  </RNSVGSvgView>
149
158
  </View>
@@ -980,28 +989,37 @@ exports[`SendButton should render a disabled SendButton 1`] = `
980
989
  }
981
990
  strokeWidth={1.5}
982
991
  >
983
- <RNSVGPath
984
- d="M11.2498 10H6.24982M6.24982 10L3.7881 2.71328C3.74537 2.59349 3.7402 2.4635 3.7733 2.34069C3.80639 2.21788 3.87616 2.10808 3.9733 2.02597C4.07044 1.94386 4.19032 1.89335 4.31693 1.88117C4.44353 1.86899 4.57084 1.89573 4.68185 1.95781L17.8069 9.4461C17.9045 9.50015 17.986 9.57937 18.0427 9.67555C18.0994 9.77172 18.1293 9.88133 18.1293 9.99297C18.1293 10.1046 18.0994 10.2142 18.0427 10.3104C17.986 10.4066 17.9045 10.4858 17.8069 10.5398L4.68185 18.0469C4.57051 18.1096 4.4426 18.1367 4.31537 18.1245C4.18815 18.1123 4.06772 18.0614 3.97032 17.9787C3.87292 17.8959 3.80323 17.7853 3.77065 17.6617C3.73807 17.5381 3.74416 17.4075 3.7881 17.2875L6.24982 10Z"
985
- fill={null}
986
- propList={
987
- [
988
- "fill",
989
- "stroke",
990
- "strokeWidth",
991
- "strokeLinecap",
992
- "strokeLinejoin",
993
- ]
994
- }
995
- stroke={
992
+ <RNSVGGroup
993
+ fill={
996
994
  {
997
- "payload": 4288916666,
995
+ "payload": 4278190080,
998
996
  "type": 0,
999
997
  }
1000
998
  }
1001
- strokeLinecap={1}
1002
- strokeLinejoin={1}
1003
- strokeWidth={1.5}
1004
- />
999
+ >
1000
+ <RNSVGPath
1001
+ d="M11.2498 10H6.24982M6.24982 10L3.7881 2.71328C3.74537 2.59349 3.7402 2.4635 3.7733 2.34069C3.80639 2.21788 3.87616 2.10808 3.9733 2.02597C4.07044 1.94386 4.19032 1.89335 4.31693 1.88117C4.44353 1.86899 4.57084 1.89573 4.68185 1.95781L17.8069 9.4461C17.9045 9.50015 17.986 9.57937 18.0427 9.67555C18.0994 9.77172 18.1293 9.88133 18.1293 9.99297C18.1293 10.1046 18.0994 10.2142 18.0427 10.3104C17.986 10.4066 17.9045 10.4858 17.8069 10.5398L4.68185 18.0469C4.57051 18.1096 4.4426 18.1367 4.31537 18.1245C4.18815 18.1123 4.06772 18.0614 3.97032 17.9787C3.87292 17.8959 3.80323 17.7853 3.77065 17.6617C3.73807 17.5381 3.74416 17.4075 3.7881 17.2875L6.24982 10Z"
1002
+ fill={null}
1003
+ propList={
1004
+ [
1005
+ "fill",
1006
+ "stroke",
1007
+ "strokeWidth",
1008
+ "strokeLinecap",
1009
+ "strokeLinejoin",
1010
+ ]
1011
+ }
1012
+ stroke={
1013
+ {
1014
+ "payload": 4288916666,
1015
+ "type": 0,
1016
+ }
1017
+ }
1018
+ strokeLinecap={1}
1019
+ strokeLinejoin={1}
1020
+ strokeWidth={1.5}
1021
+ />
1022
+ </RNSVGGroup>
1005
1023
  </RNSVGGroup>
1006
1024
  </RNSVGSvgView>
1007
1025
  </View>
@@ -24,6 +24,7 @@ import {
24
24
  import { useMessageComposer } from '../../contexts/messageInputContext/hooks/useMessageComposer';
25
25
  import { useStateStore } from '../../hooks/useStateStore';
26
26
  import { primitives } from '../../theme';
27
+ import { useRtlMirrorSwitchStyle } from '../../utils/rtlMirrorSwitchStyle';
27
28
 
28
29
  const pollComposerStateSelector = (state: PollComposerState) => ({
29
30
  options: state.data.options,
@@ -277,6 +278,7 @@ const useStyles = () => {
277
278
  const {
278
279
  theme: { semantics },
279
280
  } = useTheme();
281
+ const rtlMirrorSwitchStyle = useRtlMirrorSwitchStyle();
280
282
  return useMemo(() => {
281
283
  return StyleSheet.create({
282
284
  scrollView: {
@@ -320,7 +322,7 @@ const useStyles = () => {
320
322
  optionCardWrapper: {
321
323
  gap: primitives.spacingMd,
322
324
  },
323
- optionCardSwitch: { width: 64 },
325
+ optionCardSwitch: { width: 64, ...rtlMirrorSwitchStyle },
324
326
  });
325
- }, [semantics]);
327
+ }, [rtlMirrorSwitchStyle, semantics]);
326
328
  };
@@ -8,7 +8,7 @@ import { MultipleVotesSettings } from './MultipleVotesSettings';
8
8
  import { useTheme, useTranslationContext } from '../../../contexts';
9
9
  import { useMessageComposer } from '../../../contexts/messageInputContext/hooks/useMessageComposer';
10
10
  import { primitives } from '../../../theme';
11
-
11
+ import { useRtlMirrorSwitchStyle } from '../../../utils/rtlMirrorSwitchStyle';
12
12
  export const MultipleAnswersField = () => {
13
13
  const [allowMultipleVotes, setAllowMultipleVotes] = useState<boolean>(false);
14
14
  const { t } = useTranslationContext();
@@ -61,6 +61,7 @@ const useStyles = () => {
61
61
  const {
62
62
  theme: { semantics },
63
63
  } = useTheme();
64
+ const rtlMirrorSwitchStyle = useRtlMirrorSwitchStyle();
64
65
  return useMemo(() => {
65
66
  return StyleSheet.create({
66
67
  multipleAnswersWrapper: {
@@ -93,7 +94,7 @@ const useStyles = () => {
93
94
  justifyContent: 'space-between',
94
95
  flexDirection: 'row',
95
96
  },
96
- optionCardSwitch: { width: 64 },
97
+ optionCardSwitch: { width: 64, ...rtlMirrorSwitchStyle },
97
98
  });
98
- }, [semantics]);
99
+ }, [rtlMirrorSwitchStyle, semantics]);
99
100
  };
@@ -11,6 +11,7 @@ import { useStableCallback } from '../../../hooks';
11
11
  import { useStateStore } from '../../../hooks/useStateStore';
12
12
  import { Minus, Plus } from '../../../icons';
13
13
  import { primitives } from '../../../theme';
14
+ import { useRtlMirrorSwitchStyle } from '../../../utils/rtlMirrorSwitchStyle';
14
15
  import { Button } from '../../ui';
15
16
 
16
17
  const pollComposerStateSelector = (state: PollComposerState) => ({
@@ -194,6 +195,7 @@ const useStyles = () => {
194
195
  const {
195
196
  theme: { semantics },
196
197
  } = useTheme();
198
+ const rtlMirrorSwitchStyle = useRtlMirrorSwitchStyle();
197
199
 
198
200
  return useMemo(() => {
199
201
  return StyleSheet.create({
@@ -221,7 +223,7 @@ const useStyles = () => {
221
223
  justifyContent: 'space-between',
222
224
  flexDirection: 'row',
223
225
  },
224
- optionCardSwitch: { width: 64 },
226
+ optionCardSwitch: { width: 64, ...rtlMirrorSwitchStyle },
225
227
  settingsWrapper: {
226
228
  gap: primitives.spacingMd,
227
229
  },
@@ -244,5 +246,5 @@ const useStyles = () => {
244
246
  borderColor: semantics.borderUtilityDisabledOnSurface,
245
247
  },
246
248
  });
247
- }, [semantics]);
249
+ }, [rtlMirrorSwitchStyle, semantics]);
248
250
  };
@@ -144,6 +144,7 @@ const useStyles = () => {
144
144
  fontSize: primitives.typographyFontSizeMd,
145
145
  fontWeight: primitives.typographyFontWeightMedium,
146
146
  lineHeight: primitives.typographyLineHeightNormal,
147
+ writingDirection: I18nManager.isRTL ? 'rtl' : 'ltr',
147
148
  },
148
149
  transparentContainer: {
149
150
  alignItems: 'center',
@@ -18,6 +18,7 @@ import {
18
18
  import { useMessageComposer } from '../../contexts/messageInputContext/hooks/useMessageComposer';
19
19
  import { MessagesContextValue } from '../../contexts/messagesContext/MessagesContext';
20
20
  import { useTheme } from '../../contexts/themeContext/ThemeContext';
21
+ import { useTranslationContext } from '../../contexts/translationContext/TranslationContext';
21
22
  import { useStateStore } from '../../hooks';
22
23
  import { primitives } from '../../theme';
23
24
  import { FileTypes } from '../../types/types';
@@ -96,6 +97,7 @@ export type ReplyPropsWithContext = Pick<ChatContextValue, 'ImageComponent'> &
96
97
  };
97
98
 
98
99
  export const ReplyWithContext = (props: ReplyPropsWithContext) => {
100
+ const { t } = useTranslationContext();
99
101
  const {
100
102
  isMyMessage,
101
103
  ImageComponent,
@@ -122,13 +124,13 @@ export const ReplyWithContext = (props: ReplyPropsWithContext) => {
122
124
  const title = useMemo(
123
125
  () =>
124
126
  mode === 'edit'
125
- ? 'Edit Message'
127
+ ? t('Edit Message')
126
128
  : isMyMessage
127
- ? 'You'
129
+ ? t('You')
128
130
  : quotedMessage?.user?.name
129
- ? `Reply to ${quotedMessage?.user?.name}`
130
- : 'Reply',
131
- [mode, isMyMessage, quotedMessage?.user?.name],
131
+ ? t('Reply to {{name}}', { name: quotedMessage?.user?.name })
132
+ : t('Reply'),
133
+ [mode, isMyMessage, quotedMessage?.user?.name, t],
132
134
  );
133
135
 
134
136
  if (!quotedMessage) {