From 2a9b4ad0683fd59b60ab45c7db186701dcf5caae Mon Sep 17 00:00:00 2001 From: Feike Donia <170404653+feikedonia@users.noreply.github.com> Date: Thu, 15 May 2025 13:38:32 +0200 Subject: [PATCH] i18n(en) update English source language Adding singular and plural to `operations-running` and `operations-running-finished` within `# Progress footer` --- i18n/en/cosmic_files.ftl | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/i18n/en/cosmic_files.ftl b/i18n/en/cosmic_files.ftl index 36b8887..881741f 100644 --- a/i18n/en/cosmic_files.ftl +++ b/i18n/en/cosmic_files.ftl @@ -30,8 +30,14 @@ size = Size # Progress footer details = Details dismiss = Dismiss message -operations-running = {$running} operations running ({$percent}%)... -operations-running-finished = {$running} operations running ({$percent}%), {$finished} finished... +operations-running = {$running} {$running -> + [one] operation + *[other] operations + } running ({$percent}%)... +operations-running-finished = {$running} {$running -> + [one] operation + *[other] operations + } running ({$percent}%), {$finished} finished... pause = Pause resume = Resume