Minor Adjustment to French pokemon-stat.ts (#864)

This commit is contained in:
Lugiad 2024-05-16 11:06:52 +02:00 committed by GitHub
parent b06190c4e7
commit 41a0e90ab0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -7,10 +7,10 @@ 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"
} as const;
} as const;