Fix i19n on truncatedlist & friends to be sane
Use the proper counterpart tool for plurals rather than if > 1. Fix up all the translation files respectively.
This commit is contained in:
@@ -141,8 +141,10 @@
|
||||
"%(items)s and %(remaining)s others": "%(items)s en %(remaining)s andere",
|
||||
"%(items)s and one other": "%(items)s en één andere",
|
||||
"%(items)s and %(lastItem)s": "%(items)s en %(lastItem)s",
|
||||
"and %(overflowCount)s others...": "en %(overflowCount)s andere...",
|
||||
"and one other...": "en één andere...",
|
||||
"and %(count)s others...": {
|
||||
"other": "en %(count)s andere...",
|
||||
"one": "en één andere..."
|
||||
},
|
||||
"%(names)s and %(lastPerson)s are typing": "%(names)s en %(lastPerson)s zijn aan het typen",
|
||||
"%(names)s and one other are typing": "%(names)s en één andere zijn aan het typen",
|
||||
"%(names)s and %(count)s others are typing": "%(names)s en %(count)s andere zijn aan het typen",
|
||||
|
||||
Reference in New Issue
Block a user