From 45c72825813e7fae3f880d50ab5599d029180c93 Mon Sep 17 00:00:00 2001 From: AJ Fontaine <36677462+Fontbane@users.noreply.github.com> Date: Sun, 23 Jun 2024 12:32:14 -0400 Subject: [PATCH] [Localization] Fixed missing punctuation for trap removal (#2544) --- src/locales/en/battle.ts | 2 +- src/locales/es/battle.ts | 2 +- src/locales/pt_BR/battle.ts | 2 +- src/locales/zh_CN/battle.ts | 2 +- src/locales/zh_TW/battle.ts | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/locales/en/battle.ts b/src/locales/en/battle.ts index 37196286252..2c954e50c5d 100644 --- a/src/locales/en/battle.ts +++ b/src/locales/en/battle.ts @@ -75,7 +75,7 @@ export const battle: SimpleTranslationEntries = { "ppReduced": "It reduced the PP of {{targetName}}'s\n{{moveName}} by {{reduction}}!", "battlerTagsRechargingLapse": "{{pokemonNameWithAffix}} must\nrecharge!", "battlerTagsTrappedOnAdd": "{{pokemonNameWithAffix}} can no\nlonger escape!", - "battlerTagsTrappedOnRemove": "{{pokemonNameWithAffix}} was freed\nfrom {{moveName}}", + "battlerTagsTrappedOnRemove": "{{pokemonNameWithAffix}} was freed\nfrom {{moveName}}!", "battlerTagsFlinchedLapse": "{{pokemonNameWithAffix}} flinched!", "battlerTagsConfusedOnAdd": "{{pokemonNameWithAffix}} became\nconfused!", "battlerTagsConfusedOnRemove": "{{pokemonNameWithAffix}} snapped\nout of confusion!", diff --git a/src/locales/es/battle.ts b/src/locales/es/battle.ts index 058aa5fce5a..b5ad255b4a8 100644 --- a/src/locales/es/battle.ts +++ b/src/locales/es/battle.ts @@ -75,7 +75,7 @@ export const battle: SimpleTranslationEntries = { "ppReduced": "It reduced the PP of {{targetName}}'s\n{{moveName}} by {{reduction}}!", "battlerTagsRechargingLapse": "{{pokemonNameWithAffix}} must\nrecharge!", "battlerTagsTrappedOnAdd": "{{pokemonNameWithAffix}} can no\nlonger escape!", - "battlerTagsTrappedOnRemove": "{{pokemonNameWithAffix}} was freed\nfrom {{moveName}}", + "battlerTagsTrappedOnRemove": "{{pokemonNameWithAffix}} was freed\nfrom {{moveName}}!", "battlerTagsFlinchedLapse": "{{pokemonNameWithAffix}} flinched!", "battlerTagsConfusedOnAdd": "{{pokemonNameWithAffix}} became\nconfused!", "battlerTagsConfusedOnRemove": "{{pokemonNameWithAffix}} snapped\nout of confusion!", diff --git a/src/locales/pt_BR/battle.ts b/src/locales/pt_BR/battle.ts index 52c79fa2b9e..b027903bde8 100644 --- a/src/locales/pt_BR/battle.ts +++ b/src/locales/pt_BR/battle.ts @@ -75,7 +75,7 @@ export const battle: SimpleTranslationEntries = { "ppReduced": "O PP do movimento {{moveName}} de\n{{targetName}} foi reduzido em {{reduction}}!", "battlerTagsRechargingLapse": "{{pokemonNameWithAffix}} precisa\nrecarregar!", "battlerTagsTrappedOnAdd": "{{pokemonNameWithAffix}} não pode\nmais escapar!", - "battlerTagsTrappedOnRemove": "{{pokemonNameWithAffix}} foi liberto\nde {{moveName}}", + "battlerTagsTrappedOnRemove": "{{pokemonNameWithAffix}} foi liberto\nde {{moveName}}!", "battlerTagsFlinchedLapse": "{{pokemonNameWithAffix}} hesitou!", "battlerTagsConfusedOnAdd": "{{pokemonNameWithAffix}} ficou\nconfuso!", "battlerTagsConfusedOnRemove": "{{pokemonNameWithAffix}} saiu\nde sua confusão!", diff --git a/src/locales/zh_CN/battle.ts b/src/locales/zh_CN/battle.ts index c70a96d9516..f92521c554d 100644 --- a/src/locales/zh_CN/battle.ts +++ b/src/locales/zh_CN/battle.ts @@ -75,7 +75,7 @@ export const battle: SimpleTranslationEntries = { "ppReduced": "降低了 {{targetName}} 的\n{{moveName}} 的PP{{reduction}}点!", "battlerTagsRechargingLapse": "{{pokemonNameWithAffix}}因攻击的反作用力而无法动弹!", "battlerTagsTrappedOnAdd": "{{pokemonNameWithAffix}}不能逃跑!", - "battlerTagsTrappedOnRemove": "{{pokemonNameWithAffix}}摆脱了{{moveName}}", + "battlerTagsTrappedOnRemove": "{{pokemonNameWithAffix}}摆脱了{{moveName}}!", "battlerTagsFlinchedLapse": "{{pokemonNameWithAffix}}畏缩了!", "battlerTagsConfusedOnAdd": "{{pokemonNameWithAffix}}混乱了!", "battlerTagsConfusedOnRemove": "{{pokemonNameWithAffix}}的混乱解除了!", diff --git a/src/locales/zh_TW/battle.ts b/src/locales/zh_TW/battle.ts index bab1d09a8df..25810cbbc6b 100644 --- a/src/locales/zh_TW/battle.ts +++ b/src/locales/zh_TW/battle.ts @@ -72,7 +72,7 @@ export const battle: SimpleTranslationEntries = { "ppReduced": "It reduced the PP of {{targetName}}'s\n{{moveName}} by {{reduction}}!", "battlerTagsRechargingLapse": "{{pokemonNameWithAffix}} must\nrecharge!", "battlerTagsTrappedOnAdd": "{{pokemonNameWithAffix}} can no\nlonger escape!", - "battlerTagsTrappedOnRemove": "{{pokemonNameWithAffix}} was freed\nfrom {{moveName}}", + "battlerTagsTrappedOnRemove": "{{pokemonNameWithAffix}} was freed\nfrom {{moveName}}!", "battlerTagsFlinchedLapse": "{{pokemonNameWithAffix}} flinched!", "battlerTagsConfusedOnAdd": "{{pokemonNameWithAffix}} became\nconfused!", "battlerTagsConfusedOnRemove": "{{pokemonNameWithAffix}} snapped\nout of confusion!",