Use ICU number/plural formatting
This commit is contained in:
parent
aba8882d0a
commit
da24cc5e95
30 changed files with 254 additions and 222 deletions
|
@ -360,7 +360,7 @@ export function ConversationList({
|
|||
get(lastMessage, 'text') ||
|
||||
i18n('icu:ConversationList__last-message-undefined'),
|
||||
title,
|
||||
unreadCount: String(unreadCount),
|
||||
unreadCount,
|
||||
})}
|
||||
>
|
||||
<ConversationListItem
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue