From d4643605ac7b5b78e0770d9397333e0681f22fcb Mon Sep 17 00:00:00 2001 From: cadi Date: Fri, 28 Jun 2024 23:35:14 +0900 Subject: [PATCH] add kr localization Co-authored-by: Enoch --- 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 8567299d90e..ba33511393d 100644 --- a/src/locales/ko/battle.ts +++ b/src/locales/ko/battle.ts @@ -132,5 +132,5 @@ export const battle: SimpleTranslationEntries = { "battlerTagsSaltCuredLapse": "{{pokemonNameWithAffix}}[[는]] 소금절이의\n데미지를 입고 있다.", "battlerTagsCursedOnAdd": "{{pokemonNameWithAffix}}[[는]]\n자신의 체력을 깎아서\n{{pokemonName}}에게 저주를 걸었다!", "battlerTagsCursedLapse": "{{pokemonNameWithAffix}}[[는]]\n저주받고 있다!", - "battlerTagsPowerTrickApply": "{{pokemonNameWithAffix}} switched its Attack and Defense!" + "battlerTagsPowerTrickApply": "{{pokemonNameWithAffix}}[[는]]\n공격과 방어를 바꿨다!" } as const;