Prepare for ICU migration
This commit is contained in:
parent
d0f17a1398
commit
2781e621ad
62 changed files with 550 additions and 414 deletions
|
@ -480,7 +480,9 @@ export const EmojiPicker = React.memo(
|
|||
handlePickTone(event);
|
||||
}
|
||||
}}
|
||||
title={i18n('EmojiPicker--skin-tone', [`${tone}`])}
|
||||
title={i18n('EmojiPicker--skin-tone', {
|
||||
tone: `${tone}`,
|
||||
})}
|
||||
className={classNames(
|
||||
'module-emoji-picker__button',
|
||||
'module-emoji-picker__button--footer',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue