Update i18n eslint rule to validate missing/extra icu params
This commit is contained in:
parent
4e6c3ba9df
commit
8ca192a48d
16 changed files with 449 additions and 66 deletions
|
@ -35,12 +35,7 @@ export function WhatsNewModal({
|
|||
date: new Date(window.getBuildCreation?.() || Date.now()),
|
||||
version: window.getVersion?.(),
|
||||
features: [
|
||||
<Intl
|
||||
i18n={i18n}
|
||||
id="icu:WhatsNew__v6.13--0"
|
||||
renderText={renderText}
|
||||
components={{}}
|
||||
/>,
|
||||
<Intl i18n={i18n} id="icu:WhatsNew__v6.13--0" renderText={renderText} />,
|
||||
<Intl
|
||||
i18n={i18n}
|
||||
id="icu:WhatsNew__v6.13--1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue