From 75b1c62614746dbc482d0f667568ce0dea69fbc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niccol=C3=B2?= <123510358+NicusPulcis@users.noreply.github.com> Date: Fri, 14 Jun 2024 22:45:37 +0200 Subject: [PATCH] [Localization(it)] Update fight-ui-handler.ts [Localization] (#2222) Translated things regarding "passive" --- src/locales/it/fight-ui-handler.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/locales/it/fight-ui-handler.ts b/src/locales/it/fight-ui-handler.ts index bd2cb0cfb0b..de756fa4c93 100644 --- a/src/locales/it/fight-ui-handler.ts +++ b/src/locales/it/fight-ui-handler.ts @@ -4,6 +4,6 @@ export const fightUiHandler: SimpleTranslationEntries = { "pp": "PP", "power": "Potenza", "accuracy": "Precisione", - "abilityFlyInText": " {{pokemonName}}'s {{passive}}{{abilityName}}", - "passive": "Passive ", // The space at the end is important + "abilityFlyInText": "{{passive}} {{pokemonName}} {{abilityName}}", + "passive": "Passiva di ", // The space at the end is important } as const;