Add missing French abilities localization
parent
862f46b895
commit
d1a64e65cc
File diff suppressed because it is too large
Load Diff
|
|
@ -10,6 +10,7 @@ import { move as frMove } from '../locales/fr/move';
|
||||||
|
|
||||||
import { ability as enAbility } from '../locales/en/ability';
|
import { ability as enAbility } from '../locales/en/ability';
|
||||||
import { ability as esAbility } from '../locales/es/ability';
|
import { ability as esAbility } from '../locales/es/ability';
|
||||||
|
import { ability as frAbility } from '../locales/fr/ability';
|
||||||
|
|
||||||
import { pokeball as enPokeball } from '../locales/en/pokeball';
|
import { pokeball as enPokeball } from '../locales/en/pokeball';
|
||||||
import { pokeball as esPokeball } from '../locales/es/pokeball';
|
import { pokeball as esPokeball } from '../locales/es/pokeball';
|
||||||
|
|
@ -97,6 +98,7 @@ export function initI18n(): void {
|
||||||
fr: {
|
fr: {
|
||||||
menu: frMenu,
|
menu: frMenu,
|
||||||
move: frMove,
|
move: frMove,
|
||||||
|
ability: frAbility,
|
||||||
pokeball: frPokeball,
|
pokeball: frPokeball,
|
||||||
pokemon: frPokemon,
|
pokemon: frPokemon,
|
||||||
commandUiHandler: frCommandUiHandler,
|
commandUiHandler: frCommandUiHandler,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue