import { SimpleTranslationEntries } from "#app/plugins/i18n"; export const fightUiHandler: SimpleTranslationEntries = { "pp": "PP", "power": "Puissance", "accuracy": "Précision", "abilityFlyInText": " {{passive}}{{abilityName}} de {{pokemonName}}", "passive": "Passif ", // The space at the end is important } as const;