Fix i18n lint rule with emoji->emojify component
This commit is contained in:
parent
35e07832a6
commit
5e8c22bf28
7 changed files with 48 additions and 21 deletions
|
@ -70,7 +70,7 @@ MultipleTagReplacement.args = createProps({
|
|||
export function Emoji(): JSX.Element {
|
||||
const customI18n = setupI18n('en', {
|
||||
'icu:emoji': {
|
||||
messageformat: '<emoji>👋</emoji> Hello, world!',
|
||||
messageformat: '<emojify>👋</emojify> Hello, world!',
|
||||
},
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue