diff --git a/docs/translation/README.md b/docs/translation/README.md index 4b5f0762..d5fd933c 100644 --- a/docs/translation/README.md +++ b/docs/translation/README.md @@ -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` diff --git a/src/i18n/index.js b/src/i18n/index.js index c78fb800..288d2e68 100644 --- a/src/i18n/index.js +++ b/src/i18n/index.js @@ -28,6 +28,10 @@ const languages = [ code: 'kn', name: 'Kannada', }, + { + code: 'es', + name: 'Spanish', + }, ]; i18n.use(initReactI18next).init({