From c92d6f1a1079cf5dbe04dc07ab135209957f0fc0 Mon Sep 17 00:00:00 2001 From: Enoch Date: Tue, 24 Sep 2024 08:28:46 +0900 Subject: [PATCH] Update src/locales/zh_TW/battle.json Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com> --- src/locales/zh_TW/battle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/zh_TW/battle.json b/src/locales/zh_TW/battle.json index 653d02fc45c..7b7ab79a512 100644 --- a/src/locales/zh_TW/battle.json +++ b/src/locales/zh_TW/battle.json @@ -35,7 +35,7 @@ "attackMissed": "沒有命中{{pokemonNameWithAffix}}!", "attackHitsCount": "擊中{{count}}次!", "rewardGain": "你獲得了\n{{modifierName}}!", - "rewardGainCount": "你獲得了\n{{rewardCount}}個 {{modifierName}}!", + "rewardGainCount": "你獲得了\n{{rewardCount}}個{{modifierName}}!", "expGain": "{{pokemonName}}獲得了{{exp}} 點經驗值!", "levelUp": "{{pokemonName}}升級到Lv.{{level}}!", "learnMove": "{{pokemonName}}學會了{{moveName}}!",