Use ICU string for proper singular vs. plural of "listener(s)" (#22885)

Fix for the permanent plural in ({count}  listeners)
This commit is contained in:
Norbert Rittel 2024-11-20 09:52:30 +01:00 committed by GitHub
parent 64c260c1c4
commit 39bf7c9ad4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7106,7 +7106,7 @@
"fire_event": "Fire event",
"event_fired": "Event {name} fired",
"active_listeners": "Active listeners",
"count_listeners": " ({count} listeners)",
"count_listeners": "({count} {count, plural,\n one {listener}\n other {listeners}\n})",
"listen_to_events": "Listen to events",
"listening_to": "Listening to",
"subscribe_to": "Event to subscribe to",