Skip to content

Commit

Permalink
[Localization] Update Spanish abilty bar and fix fainted localization (
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldTra authored Jun 12, 2024
1 parent 92c4f2d commit 03a6356
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/locales/es/battle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ export const battle: SimpleTranslationEntries = {
"useMove": "¡{{pokemonNameWithAffix}} usó {{moveName}}!",
"drainMessage": "¡{{pokemonName}} tuvo su\nenergía absorbida!",
"regainHealth": "¡{{pokemonName}} recuperó\nPS!",
"fainted": El {{pokemonNameWithAffix}} se debilitó!"
"fainted": "¡{{pokemonNameWithAffix}} se debilitó!"
} as const;
4 changes: 2 additions & 2 deletions src/locales/es/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": "Potencia",
"accuracy": "Precisión",
"abilityFlyInText": " {{pokemonName}}'s {{passive}}{{abilityName}}",
"passive": "Passive ", // The space at the end is important
"abilityFlyInText": " {{passive}}{{pokemonName}}\n{{abilityName}}",
"passive": "Pasiva de ", // The space at the end is important
} as const;

0 comments on commit 03a6356

Please sign in to comment.