[Localization][es] Add missing curly brace (#1965)

This commit is contained in:
Adrian T 2024-06-09 03:04:50 +08:00 committed by GitHub
parent 281f0df220
commit 5e5ece868c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ export const battle: SimpleTranslationEntries = {
"ivScannerUseQuestion": "¿Quieres usar el Escáner de IVs en {{pokemonName}}?",
"wildPokemonWithAffix": "El {{pokemonName}} salvaje",
"foePokemonWithAffix": "El {{pokemonName}} enemigo",
"useMove": "¡{pokemonNameWithAffix}} usó {{moveName}}!",
"useMove": "¡{{pokemonNameWithAffix}} usó {{moveName}}!",
"drainMessage": "¡{{pokemonName}} tuvo su\nenergía absorbida!",
"regainHealth": "¡{{pokemonName}} recuperó\nPS!"
} as const;