Skip to content

Commit

Permalink
Update fight-ui-handler.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
40chyan authored Jun 16, 2024
1 parent 9d44255 commit 4c3c55f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/locales/zh_CN/fight-ui-handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ export const fightUiHandler: SimpleTranslationEntries = {
"pp": "PP",
"power": "威力",
"accuracy": "命中",
"abilityFlyInText": " {{pokemonName}}'s {{passive}}{{abilityName}}",
"passive": "Passive ", // The space at the end is important
"abilityFlyInText": " {{pokemonName}} {{passive}}{{abilityName}}",
"passive": "被动 ", // The space at the end is important
} as const;

0 comments on commit 4c3c55f

Please sign in to comment.