mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-14 12:22:19 +02:00
Minor Adjustment to French pokemon-stat.ts
This commit is contained in:
parent
89411d7b3e
commit
781ed0e796
@ -7,10 +7,10 @@ export const pokemonStat: SimpleTranslationEntries = {
|
|||||||
"ATKshortened": "Atq",
|
"ATKshortened": "Atq",
|
||||||
"DEF": "Défense",
|
"DEF": "Défense",
|
||||||
"DEFshortened": "Déf",
|
"DEFshortened": "Déf",
|
||||||
"SPATK": "Atq. Spé",
|
"SPATK": "Atq. Spé.",
|
||||||
"SPATKshortened": "AtqSp",
|
"SPATKshortened": "AtqSp",
|
||||||
"SPDEF": "Déf. Spé",
|
"SPDEF": "Déf. Spé.",
|
||||||
"SPDEFshortened": "DéfSp",
|
"SPDEFshortened": "DéfSp",
|
||||||
"SPD": "Vitesse",
|
"SPD": "Vitesse",
|
||||||
"SPDshortened": "Vit"
|
"SPDshortened": "Vit"
|
||||||
} as const;
|
} as const;
|
||||||
|
Loading…
Reference in New Issue
Block a user