Allow pokemon name translation

This commit is contained in:
Gwendal Raballand 2024-04-21 23:23:53 +02:00
parent 0e9881e351
commit 369b3462b9
3 changed files with 2169 additions and 1081 deletions

File diff suppressed because it is too large Load Diff

1084
src/locales/en/pokemons.ts Normal file

File diff suppressed because it is too large Load Diff

View File

@ -9,6 +9,8 @@ import { move as frMove } from '../locales/fr/move';
import { pokeball as enPokeball } from '../locales/en/pokeball';
import { pokeball as frPokeball } from '../locales/fr/pokeball';
import { pokemon as enPokemon } from '../locales/en/pokemons';
export interface MoveTranslationEntry {
name: string,
effect: string
@ -54,6 +56,7 @@ export function initI18n(): void {
menu: enMenu,
move: enMove,
pokeball: enPokeball,
pokemon: enPokemon,
},
it: {
menu: itMenu,