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
|
@ -77,18 +77,10 @@ export function MessageRequestActions({
|
|||
/>
|
||||
)}
|
||||
{conversationType === 'group' && isBlocked && (
|
||||
<Intl
|
||||
i18n={i18n}
|
||||
id="icu:MessageRequests--message-group-blocked"
|
||||
components={{ name }}
|
||||
/>
|
||||
<Intl i18n={i18n} id="icu:MessageRequests--message-group-blocked" />
|
||||
)}
|
||||
{conversationType === 'group' && !isBlocked && (
|
||||
<Intl
|
||||
i18n={i18n}
|
||||
id="icu:MessageRequests--message-group"
|
||||
components={{ name }}
|
||||
/>
|
||||
<Intl i18n={i18n} id="icu:MessageRequests--message-group" />
|
||||
)}
|
||||
</p>
|
||||
<div className="module-message-request-actions__buttons">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue