import { SimpleTranslationEntries } from "#app/plugins/i18n"; export const pokemonStat: SimpleTranslationEntries = { "HP": "Max. HP", "HPshortened": "MaxHP", "ATK": "Attack", "ATKshortened": "Atk", "DEF": "Defense", "DEFshortened": "Def", "SPATK": "Sp. Atk", "SPATKshortened": "SpAtk", "SPDEF": "Sp. Def", "SPDEFshortened": "SpDef", "SPD": "Speed", "SPDshortened": "Spd" } as const;