[Localization] Quickdraw message to Korean (#2650)

* Update Localization ko quickDraw

* Add newline character
This commit is contained in:
Kang Jisoon 2024-06-28 11:34:07 +09:00 committed by GitHub
parent 044b3bd9ab
commit c9c1249995
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -9,5 +9,5 @@ export const abilityTriggers: SimpleTranslationEntries = {
"poisonHeal": "{{pokemonName}}[[는]] {{abilityName}}[[로]]인해\n조금 회복했다.",
"trace": "{{pokemonName}} copied {{targetName}}'s\n{{abilityName}}!",
"windPowerCharged": "{{pokemonName}}[[는]]\n{{moveName}}에 맞아 충전되었다!",
"quickDraw": "{{pokemonName}} can act faster than normal, thanks to its Quick Draw!",
"quickDraw": "{{pokemonName}}[[는]]\n퀵드로에 의해 행동이 빨라졌다!",
} as const;