From 88decb71a232503e9466786bce80bb9102f40566 Mon Sep 17 00:00:00 2001 From: Thibault Deckers Date: Mon, 20 May 2024 16:03:07 +0200 Subject: [PATCH] l10n --- lib/l10n/app_en.arb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lib/l10n/app_en.arb b/lib/l10n/app_en.arb index 435c79e04..e34912ec1 100644 --- a/lib/l10n/app_en.arb +++ b/lib/l10n/app_en.arb @@ -11,7 +11,7 @@ } } }, - "columnCount": "{count, plural, =1{1 column} other{{count} columns}}", + "columnCount": "{count, plural, =1{{count} column} other{{count} columns}}", "@columnCount": { "placeholders": { "count": { @@ -20,26 +20,26 @@ } }, - "timeSeconds": "{seconds, plural, =1{1 second} other{{seconds} seconds}}", + "timeSeconds": "{count, plural, =1{{count} second} other{{count} seconds}}", "@timeSeconds": { "placeholders": { - "seconds": { + "count": { "format": "decimalPattern" } } }, - "timeMinutes": "{minutes, plural, =1{1 minute} other{{minutes} minutes}}", + "timeMinutes": "{count, plural, =1{{count} minute} other{{count} minutes}}", "@timeMinutes": { "placeholders": { - "minutes": { + "count": { "format": "decimalPattern" } } }, - "timeDays": "{days, plural, =1{1 day} other{{days} days}}", + "timeDays": "{count, plural, =1{{count} day} other{{count} days}}", "@timeDays": { "placeholders": { - "days": { + "count": { "format": "decimalPattern" } }