From c921e0fbc3d8cb433ab42252830fc22b4f893d93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ku=C3=9Fowski?= Date: Fri, 9 May 2025 12:58:28 +0200 Subject: [PATCH] chore: Follow up fix localizations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian Kußowski --- assets/l10n/intl_en.arb | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/assets/l10n/intl_en.arb b/assets/l10n/intl_en.arb index 40aab748d..3f63c37bc 100644 --- a/assets/l10n/intl_en.arb +++ b/assets/l10n/intl_en.arb @@ -3212,9 +3212,11 @@ "@sentVoiceMessage": { "type": "String", "placeholders": { - "rule": { - "sender": "String", - "duration": "String" + "sender": { + "type": "String" + }, + "duration": { + "type": "String" } } },