diff --git a/docs/changelog/README.md b/docs/changelog/README.md index c5c40036..b66ff1f1 100644 --- a/docs/changelog/README.md +++ b/docs/changelog/README.md @@ -6,6 +6,14 @@ title: Changelog All notable changes to this project will be documented in this file. +## May 2020 + +### May 6, 2020 + +- Updated translations for all languages +- Added Language: Hebrew +- Added Language: Italian + ## April 2020 ### April 28, 2020 diff --git a/docs/translation/README.md b/docs/translation/README.md index e955181d..ba925b77 100644 --- a/docs/translation/README.md +++ b/docs/translation/README.md @@ -24,7 +24,9 @@ If you are already familiar with the Crowdin platform and want to contribute you - English `en` - French `fr` - German `de` +- Hebrew `he` - Hindi `hi` +- Italian `it` - Kannada `kn` - Polish `pl` - Portuguese `pt` @@ -42,7 +44,6 @@ If you are already familiar with the Crowdin platform and want to contribute you - Greek `el` - Hebrew `he` - Hungarian `hu` -- Italian `it` - Japanese `ja` - Korean `ko` - Malayalam `ml` diff --git a/src/i18n/index.js b/src/i18n/index.js index 2ffba974..46668e06 100644 --- a/src/i18n/index.js +++ b/src/i18n/index.js @@ -34,10 +34,18 @@ const languages = [ code: 'de', name: 'German (Deutsche)', }, + { + code: 'he', + name: 'Hebrew (עברית)', + }, { code: 'hi', name: 'Hindi (हिन्दी)', }, + { + code: 'it', + name: 'Italian (Italiano)', + }, { code: 'kn', name: 'Kannada (ಕನ್ನಡ)',