Minor Adjustment to French pokemon-stat.ts

pull/864/head
Lugiad 2024-05-14 19:32:56 +02:00 committed by GitHub
parent 89411d7b3e
commit 781ed0e796
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;