Consolidate conjugation i18n strings (#11660)
This commit is contained in:
parent
f841757906
commit
0f59298f30
59 changed files with 371 additions and 283 deletions
|
@ -56,7 +56,7 @@ describe("roomContextDetails", () => {
|
|||
new Set([parent1.roomId, parent2.roomId, parent3.roomId]),
|
||||
);
|
||||
const res = roomContextDetails(room);
|
||||
expect(res!.details).toMatchInlineSnapshot(`"Alpha and 1 other"`);
|
||||
expect(res!.ariaLabel).toMatchInlineSnapshot(`"In Alpha and 1 other space."`);
|
||||
expect(res!.details).toMatchInlineSnapshot(`"Alpha and one other"`);
|
||||
expect(res!.ariaLabel).toMatchInlineSnapshot(`"In Alpha and one other space."`);
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue