From 44895d59565e794b0c74b7dea2d4a20a983588b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niccol=C3=B2?= <123510358+NicusPulcis@users.noreply.github.com> Date: Wed, 18 Sep 2024 18:22:49 +0200 Subject: [PATCH] Update src/locales/it/battle.ts --- src/locales/it/battle.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/it/battle.ts b/src/locales/it/battle.ts index 47943c2c0c3..12d64a852d2 100644 --- a/src/locales/it/battle.ts +++ b/src/locales/it/battle.ts @@ -134,5 +134,5 @@ export const battle: SimpleTranslationEntries = { "battlerTagsSaltCuredLapse": "{{pokemonNameWithAffix}} viene colpito da {{moveName}}!", "battlerTagsCursedOnAdd": "{{pokemonNameWithAffix}} ha sacrificato metà dei suoi PS per\nlanciare una maledizione su {{pokemonName}}!", "battlerTagsCursedLapse": "{{pokemonNameWithAffix}} subisce la maledizione!", - "battlerTagsUproar": "{{pokemonNameWithAffix}} caused\nan uproar!", + "battlerTagsUproar": "{{pokemonNameWithAffix}} scatena\nuna baraonda!", } as const;