mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 15:32:18 +02:00
Allow pokemon name translation
This commit is contained in:
parent
0e9881e351
commit
369b3462b9
File diff suppressed because it is too large
Load Diff
1084
src/locales/en/pokemons.ts
Normal file
1084
src/locales/en/pokemons.ts
Normal file
File diff suppressed because it is too large
Load Diff
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user