update and remove unnecessary translation strings

This commit is contained in:
Amruth Pillai
2020-03-30 14:12:31 +05:30
parent 1b2bae43be
commit 82037d4cfe
12 changed files with 25 additions and 37 deletions

View File

@ -6,21 +6,25 @@ import Castform, { Image as CastformPreview } from './castform';
export default [
{
key: 'onyx',
name: 'Onyx',
component: Onyx,
preview: OnyxPreview,
},
{
key: 'pikachu',
name: 'Pikachu',
component: Pikachu,
preview: PikachuPreview,
},
{
key: 'gengar',
name: 'Gengar',
component: Gengar,
preview: GengarPreview,
},
{
key: 'castform',
name: 'Castform',
component: Castform,
preview: CastformPreview,
},