update changelog

This commit is contained in:
Amruth Pillai 2020-05-06 23:25:26 +05:30
parent 7ab3d3e4da
commit 772c11fe84
No known key found for this signature in database
GPG Key ID: 09959E21662F51A0
3 changed files with 18 additions and 1 deletions

View File

@ -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

View File

@ -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`

View File

@ -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 (ಕನ್ನಡ)',