From a3ff065c7a2c3b097de2095c42c76e9f21a2a4bc Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Wed, 20 Nov 2024 12:49:11 +0100 Subject: [PATCH] Update 'mqtt_device_debug_info' strings to use ICU syntax (#22899) --- src/translations/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/translations/en.json b/src/translations/en.json index 2251982369..fd606d6f80 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -1729,8 +1729,8 @@ "no_entities": "No entities", "no_triggers": "No triggers", "payload_display": "Payload display", - "recent_messages": "{n} most recently received message(s)", - "recent_tx_messages": "{n} most recently transmitted message(s)", + "recent_messages": "{n} most recently received {n, plural,\n one {message}\n other {messages}\n}", + "recent_tx_messages": "{n} most recently transmitted {n, plural,\n one {message}\n other {messages}\n}", "show_as_yaml": "Show as YAML", "triggers": "Triggers" },