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

View File

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