From 2efde67d3d1b840dc7b7d19c96171dcd429becf0 Mon Sep 17 00:00:00 2001 From: Enoch Date: Sun, 14 Jul 2024 13:56:59 +0900 Subject: [PATCH] [Localization(ko)] Change line-break position of ghost type curse add message (#3022) --- src/locales/ko/battle.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/battle.ts b/src/locales/ko/battle.ts index 75f30a488f2..be9fb05cebe 100644 --- a/src/locales/ko/battle.ts +++ b/src/locales/ko/battle.ts @@ -152,6 +152,6 @@ export const battle: SimpleTranslationEntries = { "battlerTagsCritBoostOnRemove": "{{pokemonNameWithAffix}}[[는]] 평소로 돌아왔다.", "battlerTagsSaltCuredOnAdd": "{{pokemonNameWithAffix}}[[는]]\n소금에 절여졌다!", "battlerTagsSaltCuredLapse": "{{pokemonNameWithAffix}}[[는]] 소금절이의\n데미지를 입고 있다.", - "battlerTagsCursedOnAdd": "{{pokemonNameWithAffix}}[[는]]\n자신의 체력을 깎아서\n{{pokemonName}}에게 저주를 걸었다!", + "battlerTagsCursedOnAdd": "{{pokemonNameWithAffix}}[[는]] 자신의 체력을 깎아서\n{{pokemonName}}에게 저주를 걸었다!", "battlerTagsCursedLapse": "{{pokemonNameWithAffix}}[[는]]\n저주받고 있다!", } as const;