mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-05 16:02:20 +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 enPokeball } from '../locales/en/pokeball';
|
||||||
import { pokeball as frPokeball } from '../locales/fr/pokeball';
|
import { pokeball as frPokeball } from '../locales/fr/pokeball';
|
||||||
|
|
||||||
|
import { pokemon as enPokemon } from '../locales/en/pokemons';
|
||||||
|
|
||||||
export interface MoveTranslationEntry {
|
export interface MoveTranslationEntry {
|
||||||
name: string,
|
name: string,
|
||||||
effect: string
|
effect: string
|
||||||
@ -54,6 +56,7 @@ export function initI18n(): void {
|
|||||||
menu: enMenu,
|
menu: enMenu,
|
||||||
move: enMove,
|
move: enMove,
|
||||||
pokeball: enPokeball,
|
pokeball: enPokeball,
|
||||||
|
pokemon: enPokemon,
|
||||||
},
|
},
|
||||||
it: {
|
it: {
|
||||||
menu: itMenu,
|
menu: itMenu,
|
||||||
|
Loading…
Reference in New Issue
Block a user