mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-12-29 13:09:17 +01:00
* Migrate en (English) * Migrate es (Spanish) * fix es/config.ts export * fix ts-compiler with i18n issue * fix battle-stat.test.ts * move `i18n.d.ts` content into `i18next.d.ts` and remove `defaultValue` key
8 lines
165 B
JSON
8 lines
165 B
JSON
{
|
|
"pp": "PP",
|
|
"power": "Potencia",
|
|
"accuracy": "Precisión",
|
|
"abilityFlyInText": " {{passive}}{{pokemonName}}\n{{abilityName}}",
|
|
"passive": "Pasiva de "
|
|
}
|