From b7744fb039ae0f980bf50078e99a29a5d109506a Mon Sep 17 00:00:00 2001 From: Lugiad Date: Mon, 9 Sep 2024 20:59:06 +0200 Subject: [PATCH] Update fight-ui-handler.json --- src/locales/ko/fight-ui-handler.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/locales/ko/fight-ui-handler.json b/src/locales/ko/fight-ui-handler.json index a5f961095e1..bb76665cebc 100644 --- a/src/locales/ko/fight-ui-handler.json +++ b/src/locales/ko/fight-ui-handler.json @@ -3,5 +3,6 @@ "power": "위력", "accuracy": "명중률", "abilityFlyInText": " {{pokemonName}}의 {{passive}}{{abilityName}}", - "passive": "패시브 " -} \ No newline at end of file + "passive": "패시브 ", + "teraHover": "{{type}} Terastallized" +}