From 140c9a032b74341f0839e8adf1e67b8c151345f0 Mon Sep 17 00:00:00 2001 From: Jason Woodland Date: Fri, 26 Aug 2022 13:30:26 +1000 Subject: [PATCH 1/4] feat(i18n): add messaging strings --- locales/en-US.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/locales/en-US.js b/locales/en-US.js index 63e2e44e0d..f2a54b1559 100644 --- a/locales/en-US.js +++ b/locales/en-US.js @@ -104,6 +104,12 @@ export default { enter_to: 'enter to', save: 'save', }, + group_join: '{name} added {members} to the group.', + group_leave: '{name} left the group.', + sent_attachment: '{name} sent an attachment.', + you_sent_attachment: 'You sent an attachment.', + sent_glyph: '{name} sent a glyph.', + you_sent_glyph: 'You sent a glyph.', group_join_notice: { added: 'added', to_group: 'to the group.', From 6ae8967d3f6c002b4845f87fa6d4e7606f5b0aaf Mon Sep 17 00:00:00 2001 From: Jason Woodland Date: Fri, 26 Aug 2022 13:31:00 +1000 Subject: [PATCH 2/4] chore(i18n): add comment for i18n-t --- components/views/chat/message/notice/Notice.html | 1 + 1 file changed, 1 insertion(+) diff --git a/components/views/chat/message/notice/Notice.html b/components/views/chat/message/notice/Notice.html index fca4298188..fd3cf9a7d4 100644 --- a/components/views/chat/message/notice/Notice.html +++ b/components/views/chat/message/notice/Notice.html @@ -1,4 +1,5 @@
+