Prepare for ICU migration

This commit is contained in:
Jamie Kyle
2023-03-27 16:37:39 -07:00
committed by GitHub
parent d0f17a1398
commit 2781e621ad
62 changed files with 550 additions and 414 deletions
@@ -15,7 +15,9 @@ export const LastSeenIndicator = forwardRef<HTMLDivElement, Props>(
const message =
count === 1
? i18n('unreadMessage')
: i18n('unreadMessages', [String(count)]);
: i18n('unreadMessages', {
count: String(count),
});
return (
<div className="module-last-seen-indicator" ref={ref}>