Skip to content

Commit

Permalink
Use ICU string for proper singular vs. plural of "listener(s)" (#22885)
Browse files Browse the repository at this point in the history
Fix for the permanent plural in ({count}  listeners)
  • Loading branch information
NoRi2909 authored Nov 20, 2024
1 parent 64c260c commit 39bf7c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 39bf7c9

Please sign in to comment.