From 316a759267340d42b44def849a534ccf8f2e13b4 Mon Sep 17 00:00:00 2001 From: Eucalyptus Date: Mon, 5 Aug 2024 18:34:33 -0400 Subject: [PATCH] Add English Trick battler tags --- src/locales/en/battle.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/locales/en/battle.ts b/src/locales/en/battle.ts index 12a0f2c99c6..23e69f4a3b6 100644 --- a/src/locales/en/battle.ts +++ b/src/locales/en/battle.ts @@ -155,5 +155,7 @@ export const battle: SimpleTranslationEntries = { "battlerTagsSaltCuredLapse": "{{pokemonNameWithAffix}} is hurt by {{moveName}}!", "battlerTagsCursedOnAdd": "{{pokemonNameWithAffix}} cut its own HP and put a curse on the {{pokemonName}}!", "battlerTagsCursedLapse": "{{pokemonNameWithAffix}} is afflicted by the Curse!", - "battlerTagsStockpilingOnAdd": "{{pokemonNameWithAffix}} stockpiled {{stockpiledCount}}!" + "battlerTagsStockpilingOnAdd": "{{pokemonNameWithAffix}} stockpiled {{stockpiledCount}}!", + "battlerTagsTrickOnSwap": "{{pokemonNameWithAffix}} switched items with its target!", + "battlerTagsTrickFoeNewItem": "{{pokemonNameWithAffix}} obtained one {{itemName}}." } as const;