switch back to simple TextForEvent
I haven't found anyone who can justify to me why we need more complicated plurals for i18n (even in Polish) for %(senderName)s added %(addedAddresses)s and removed %(removedAddresses)s as addresses for this room.
This commit is contained in:
parent
003083d9fc
commit
dc7212ec2b
5 changed files with 36 additions and 25 deletions
|
@ -1250,7 +1250,10 @@
|
|||
"%(senderName)s added %(count)s %(addedAddresses)s as addresses for this room.|other": "%(senderName)s added %(addedAddresses)s as addresses for this room.",
|
||||
"%(senderName)s removed %(count)s %(removedAddresses)s as addresses for this room.|one": "%(senderName)s removed %(removedAddresses)s as an address for this room.",
|
||||
"%(senderName)s removed %(count)s %(removedAddresses)s as addresses for this room.|other": "%(senderName)s removed %(removedAddresses)s as addresses for this room.",
|
||||
"%(senderName)s added %(addedAddresses)s and removed %(removedAddresses)s as addresses for this room.": "%(senderName)s added %(addedAddresses)s and removed %(removedAddresses)s as addresses for this room.",
|
||||
"%(senderName)s changed the addresses of this room.": "%(senderName)s changed the addresses of this room.",
|
||||
"%(senderName)s added %(addedAddresses)s": "%(senderName)s added %(addedAddresses)s",
|
||||
"%(senderName)s removed %(addedAddresses)s": "%(senderName)s removed %(addedAddresses)s",
|
||||
"File to import": "File to import",
|
||||
"Import": "Import",
|
||||
"Failed to set direct chat tag": "Failed to set direct chat tag",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue