From d6dbd87ebe63cbf152c7e776ac21683bd78f9406 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Tue, 31 Mar 2020 16:22:13 +0530 Subject: [PATCH] added Kannada & French Languages to i18n list, updated documentation --- docs/translation/README.md | 4 ++-- src/i18n/index.js | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/translation/README.md b/docs/translation/README.md index 10814ba4..8a851a3c 100644 --- a/docs/translation/README.md +++ b/docs/translation/README.md @@ -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` diff --git a/src/i18n/index.js b/src/i18n/index.js index 032f6431..ebe55419 100644 --- a/src/i18n/index.js +++ b/src/i18n/index.js @@ -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({