Syntax correction

This commit is contained in:
Simoninoo 2024-05-02 21:19:50 +02:00 committed by GitHub
parent 9d8f7ddcf0
commit 479de2e657
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,7 @@ export const pokemonStat: SimpleTranslationEntries = {
"HPshortened": "PS", "HPshortened": "PS",
"ATK": "Attacco", "ATK": "Attacco",
"ATKshortened": "Att", "ATKshortened": "Att",
"DEF": "Difensa", "DEF": "Difesa",
"DEFshortened": "Dif", "DEFshortened": "Dif",
"SPATK": "Att. Sp.", "SPATK": "Att. Sp.",
"SPATKshortened": "AttSp", "SPATKshortened": "AttSp",