add Spanish language

This commit is contained in:
Amruth Pillai 2020-04-08 17:40:44 +05:30
parent bc86ed1d9b
commit e2a4b5df54
No known key found for this signature in database
GPG Key ID: 09959E21662F51A0
2 changed files with 5 additions and 1 deletions

View File

@ -23,6 +23,7 @@ If you are already familiar with the Crowdin platform and want to contribute you
- German `de`
- Hindi `hi`
- Kannada `kn`
- Spanish `es`
### Pending Translations
@ -48,7 +49,6 @@ If you are already familiar with the Crowdin platform and want to contribute you
- Punjabi `pa`
- Romanian `ro`
- Russian `ru`
- Spanish `es`
- Swedish `sv`
- Tamil `ta`
- Turkish `tr`

View File

@ -28,6 +28,10 @@ const languages = [
code: 'kn',
name: 'Kannada',
},
{
code: 'es',
name: 'Spanish',
},
];
i18n.use(initReactI18next).init({