added Kannada & French Languages to i18n list, updated documentation

This commit is contained in:
Amruth Pillai
2020-03-31 16:22:13 +05:30
parent 7ed4c4c801
commit d6dbd87ebe
2 changed files with 10 additions and 2 deletions

View File

@ -18,7 +18,9 @@ If you are already familiar with the Crowdin platform and want to contribute you
### Completed Translations
- English `en`
- French `fr`
- Hindi `hi`
- Kannada `kn`
### Pending Translations
@ -31,14 +33,12 @@ If you are already familiar with the Crowdin platform and want to contribute you
- Danish `da`
- Dutch `nl`
- Finnish `fi`
- French `fr`
- German `de`
- Greek `el`
- Hebrew `he`
- Hungarian `hu`
- Italian `it`
- Japanese `ja`
- Kannada `kn`
- Korean `ko`
- Malayalam `ml`
- Marathi `mr`

View File

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