add chinese language to the dropdown

This commit is contained in:
Amruth Pillai
2020-04-01 08:54:32 +05:30
parent 673c2c380f
commit b6e5ae7a7f

View File

@ -4,6 +4,10 @@ import { initReactI18next } from 'react-i18next';
import resources from './locales';
const languages = [
{
code: 'zh',
name: 'Chinese',
},
{
code: 'en',
name: 'English',