From d5ee36bdaa78e65bfb9fb03f82a402bcd1142290 Mon Sep 17 00:00:00 2001 From: schroda <50052685+schroda@users.noreply.github.com> Date: Mon, 8 Sep 2025 00:52:56 +0200 Subject: [PATCH] Fix nav bar "available updates" pluralization --- public/locales/en.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/locales/en.json b/public/locales/en.json index b2d778ce..90b208cd 100644 --- a/public/locales/en.json +++ b/public/locales/en.json @@ -285,7 +285,8 @@ "label": { "add_repository_info": "You have to add a extension repository to be able to install extensions", "age_rating": "Age rating", - "available_updates": "{{count}} available updates", + "available_updates_one": "{{count}} available update", + "available_updates_other": "{{count}} available updates", "installation_failed_one": "Could not install the extension", "installation_failed_other": "Could not install the extensions", "installed_successfully_one": "Extension installed",