Addition of Hindi Language

This commit is contained in:
Amruth Pillai
2020-03-30 20:56:06 +05:30
parent 6a9999d633
commit a5e8c6dcc1
6 changed files with 72 additions and 52 deletions

View File

@ -8,6 +8,10 @@ const languages = [
code: 'en',
name: 'English',
},
{
code: 'hi',
name: 'Hindi',
},
];
i18n.use(initReactI18next).init({