Update pokemon-stat.ts

pull/726/merge^2
Lugiad 2024-05-11 22:54:37 +02:00 committed by GitHub
parent 982c0fa95e
commit 15fd573827
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -7,9 +7,9 @@ export const pokemonStat: SimpleTranslationEntries = {
"ATKshortened": "Atq",
"DEF": "Défense",
"DEFshortened": "Déf",
"SPATK": "Atq. Spé.",
"SPATK": "Atq. Spé",
"SPATKshortened": "AtqSp",
"SPDEF": "Déf. Spé.",
"SPDEF": "Déf. Spé",
"SPDEFshortened": "DéfSp",
"SPD": "Vitesse",
"SPDshortened": "Vit"