From 0c76360ac43b9aacba9421ff57b05ea58261ea49 Mon Sep 17 00:00:00 2001 From: Marco Rodolfi Date: Thu, 2 Feb 2023 12:22:17 +0100 Subject: [PATCH] Fix to languages --- backend/locales/en.json | 2 +- backend/locales/it.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/locales/en.json b/backend/locales/en.json index b94d6bad..6c3298d1 100644 --- a/backend/locales/en.json +++ b/backend/locales/en.json @@ -46,7 +46,7 @@ "disabling": "Disabling", "decky_update_available": "Update to {{tag_name}} available!", "plugin_update_one": "Updates available for 1 plugin!", - "plugin_update_other": "Updates available for {{number}} plugins!", + "plugin_update_other": "Updates available for {{count}} plugins!", "plugin_uninstall": { "title": "Uninstall {{name}}", "desc": "Are you sure you want to uninstall {{name}}?", diff --git a/backend/locales/it.json b/backend/locales/it.json index 1aa3d3dd..c6f2a271 100644 --- a/backend/locales/it.json +++ b/backend/locales/it.json @@ -46,7 +46,7 @@ "disabling": "Disabilitando", "decky_update_available": "Disponibile aggiornamento a {{tag_name}}!", "plugin_update_one": "Aggiornamento disponibile per un plugin!", - "plugin_update_other": "Aggiornamento disponibile per {{number}} plugins!", + "plugin_update_other": "Aggiornamento disponibile per {{count}} plugins!", "plugin_uninstall": { "title": "Rimozione di {{name}}", "desc": "Rimuovo {{name}}?",