mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-02-17 01:37:36 +00:00
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",
|
"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…
x
Reference in New Issue
Block a user