Minor Adjustment to French pokemon-stat.ts (#864)
This commit is contained in:
parent
b06190c4e7
commit
41a0e90ab0
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue