fix: Make translations use plural forms
This commit is contained in:
parent
6c279b6bb3
commit
6d1c0e9338
40 changed files with 935 additions and 1226 deletions
|
|
@ -92,8 +92,7 @@ extension RoomStatusExtension on Room {
|
|||
lastReceipts.last.calcDisplayname());
|
||||
} else if (lastReceipts.length > 2) {
|
||||
seenByText = L10n.of(context).seenByUserAndCountOthers(
|
||||
lastReceipts.first.calcDisplayname(),
|
||||
(lastReceipts.length - 1).toString());
|
||||
lastReceipts.first.calcDisplayname(), lastReceipts.length - 1);
|
||||
}
|
||||
}
|
||||
return seenByText;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue