From e2a4b5df548de5409f3a53a7a958034a123c4766 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 8 Apr 2020 17:40:44 +0530 Subject: [PATCH] add Spanish language --- docs/translation/README.md | 2 +- src/i18n/index.js | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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({