Minor Adjustment to French pokemon-stat.ts
parent
89411d7b3e
commit
781ed0e796
|
@ -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