Fully migrate to ICU
This commit is contained in:
parent
d4e7177ba6
commit
5e647c55d1
274 changed files with 7948 additions and 1944 deletions
|
@ -202,7 +202,7 @@ export const ReactionViewer = React.forwardRef<HTMLDivElement, Props>(
|
|||
>
|
||||
{isAll ? (
|
||||
<span className="module-reaction-viewer__header__button__all">
|
||||
{i18n('ReactionsViewer--all')} · 
|
||||
{i18n('icu:ReactionsViewer--all')} · 
|
||||
{count}
|
||||
</span>
|
||||
) : (
|
||||
|
@ -242,7 +242,7 @@ export const ReactionViewer = React.forwardRef<HTMLDivElement, Props>(
|
|||
</div>
|
||||
<div className="module-reaction-viewer__body__row__name">
|
||||
{from.isMe ? (
|
||||
i18n('you')
|
||||
i18n('icu:you')
|
||||
) : (
|
||||
<ContactName
|
||||
module="module-reaction-viewer__body__row__name__contact-name"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue