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
|
@ -519,7 +519,7 @@ async function getGroupPreview(
|
|||
window.Signal.Groups.decryptGroupTitle(result.title, secretParams) ||
|
||||
window.i18n('icu:unknownGroup');
|
||||
const description = window.i18n('icu:GroupV2--join--group-metadata--full', {
|
||||
count: result?.memberCount ?? 0,
|
||||
memberCount: result?.memberCount ?? 0,
|
||||
});
|
||||
let image: undefined | LinkPreviewImage;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue