From b6e5ae7a7fe9cac17a1277b00f8da9e45a272188 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 1 Apr 2020 08:54:32 +0530 Subject: [PATCH] add chinese language to the dropdown --- src/i18n/index.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/i18n/index.js b/src/i18n/index.js index cfc55eec..a5b81a03 100644 --- a/src/i18n/index.js +++ b/src/i18n/index.js @@ -4,6 +4,10 @@ import { initReactI18next } from 'react-i18next'; import resources from './locales'; const languages = [ + { + code: 'zh', + name: 'Chinese', + }, { code: 'en', name: 'English',