diff --git a/src/locales/en/move.ts b/src/locales/en/move.ts index c111fcc45..b17d1ef37 100644 --- a/src/locales/en/move.ts +++ b/src/locales/en/move.ts @@ -1,4 +1,13 @@ -export const move = { +interface MoveTranslationEntry { + name: string, + effect: string +} + +interface MoveTranslations { + [key: string]: MoveTranslationEntry +} + +export const move: MoveTranslations = { "pound": { name: "Pound", effect: "The target is physically pounded with a long tail, a foreleg, or the like."