mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-13 08:13:49 +10:00
update changelog
This commit is contained in:
@ -6,6 +6,14 @@ title: Changelog
|
|||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
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 2020
|
||||||
|
|
||||||
### April 28, 2020
|
### April 28, 2020
|
||||||
|
|||||||
@ -24,7 +24,9 @@ If you are already familiar with the Crowdin platform and want to contribute you
|
|||||||
- English `en`
|
- English `en`
|
||||||
- French `fr`
|
- French `fr`
|
||||||
- German `de`
|
- German `de`
|
||||||
|
- Hebrew `he`
|
||||||
- Hindi `hi`
|
- Hindi `hi`
|
||||||
|
- Italian `it`
|
||||||
- Kannada `kn`
|
- Kannada `kn`
|
||||||
- Polish `pl`
|
- Polish `pl`
|
||||||
- Portuguese `pt`
|
- Portuguese `pt`
|
||||||
@ -42,7 +44,6 @@ If you are already familiar with the Crowdin platform and want to contribute you
|
|||||||
- Greek `el`
|
- Greek `el`
|
||||||
- Hebrew `he`
|
- Hebrew `he`
|
||||||
- Hungarian `hu`
|
- Hungarian `hu`
|
||||||
- Italian `it`
|
|
||||||
- Japanese `ja`
|
- Japanese `ja`
|
||||||
- Korean `ko`
|
- Korean `ko`
|
||||||
- Malayalam `ml`
|
- Malayalam `ml`
|
||||||
|
|||||||
@ -34,10 +34,18 @@ const languages = [
|
|||||||
code: 'de',
|
code: 'de',
|
||||||
name: 'German (Deutsche)',
|
name: 'German (Deutsche)',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
code: 'he',
|
||||||
|
name: 'Hebrew (עברית)',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
code: 'hi',
|
code: 'hi',
|
||||||
name: 'Hindi (हिन्दी)',
|
name: 'Hindi (हिन्दी)',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
code: 'it',
|
||||||
|
name: 'Italian (Italiano)',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
code: 'kn',
|
code: 'kn',
|
||||||
name: 'Kannada (ಕನ್ನಡ)',
|
name: 'Kannada (ಕನ್ನಡ)',
|
||||||
|
|||||||
Reference in New Issue
Block a user