From 6169ef0ced5110a02d00d76d8892105228fef85f Mon Sep 17 00:00:00 2001 From: MadridPawmot <42167718+Alekemon@users.noreply.github.com> Date: Sat, 18 May 2024 23:35:56 +0200 Subject: [PATCH] Add type translation --- src/locales/es/pokemon-info.ts | 36 +++++++++++++++++----------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/src/locales/es/pokemon-info.ts b/src/locales/es/pokemon-info.ts index fabc7220f3c..7099fa48d81 100644 --- a/src/locales/es/pokemon-info.ts +++ b/src/locales/es/pokemon-info.ts @@ -19,23 +19,23 @@ export const pokemonInfo: PokemonInfoTranslationEntries = { Type: { "UNKNOWN": "Unknown", "NORMAL": "Normal", - "FIGHTING": "Fighting", - "FLYING": "Flying", - "POISON": "Poison", - "GROUND": "Ground", - "ROCK": "Rock", - "BUG": "Bug", - "GHOST": "Ghost", - "STEEL": "Steel", - "FIRE": "Fire", - "WATER": "Water", - "GRASS": "Grass", - "ELECTRIC": "Electric", - "PSYCHIC": "Psychic", - "ICE": "Ice", - "DRAGON": "Dragon", - "DARK": "Dark", - "FAIRY": "Fairy", - "STELLAR": "Stellar", + "FIGHTING": "Lucha", + "FLYING": "Volador", + "POISON": "Veneno", + "GROUND": "Tierra", + "ROCK": "Roca", + "BUG": "Bicho", + "GHOST": "Fantasma", + "STEEL": "Acero", + "FIRE": "Fuego", + "WATER": "Agua", + "GRASS": "Planta", + "ELECTRIC": "Eléctrico", + "PSYCHIC": "Psíquico", + "ICE": "Hielo", + "DRAGON": "Dragón", + "DARK": "Siniestro", + "FAIRY": "Hada", + "STELLAR": "Astral", }, } as const; \ No newline at end of file