mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 11:46:42 +00:00
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:
parent
64c260c1c4
commit
39bf7c9ad4
@ -7106,7 +7106,7 @@
|
|||||||
"fire_event": "Fire event",
|
"fire_event": "Fire event",
|
||||||
"event_fired": "Event {name} fired",
|
"event_fired": "Event {name} fired",
|
||||||
"active_listeners": "Active listeners",
|
"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",
|
"listen_to_events": "Listen to events",
|
||||||
"listening_to": "Listening to",
|
"listening_to": "Listening to",
|
||||||
"subscribe_to": "Event to subscribe to",
|
"subscribe_to": "Event to subscribe to",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user