From bc3d57c5a5f511fff075443972a5f5e8ccc15aed Mon Sep 17 00:00:00 2001 From: Marco Rodolfi Date: Thu, 2 Feb 2023 12:33:06 +0100 Subject: [PATCH] Additional json changes --- backend/locales/en.json | 2 -- backend/locales/it.json | 2 -- 2 files changed, 4 deletions(-) diff --git a/backend/locales/en.json b/backend/locales/en.json index d575e454..d8dde34d 100644 --- a/backend/locales/en.json +++ b/backend/locales/en.json @@ -42,8 +42,6 @@ "uninstall": "Uninstall" }, "PluginLoader": { - "enabling": "Enabling", - "disabling": "Disabling", "decky_update_available": "Update to {{tag_name}} available!", "plugin_update_one": "Updates available for 1 plugin!", "plugin_update_other": "Updates available for {{count}} plugins!", diff --git a/backend/locales/it.json b/backend/locales/it.json index 4b9acaa0..772e6169 100644 --- a/backend/locales/it.json +++ b/backend/locales/it.json @@ -42,8 +42,6 @@ "uninstall": "Rimuovi" }, "PluginLoader": { - "enabling": "Abilitando", - "disabling": "Disabilitando", "decky_update_available": "Disponibile aggiornamento a {{tag_name}}!", "plugin_update_one": "Aggiornamento disponibile per un plugin!", "plugin_update_other": "Aggiornamento disponibile per {{count}} plugins!",