mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-13 16:22:59 +10:00
update changelog, add language
This commit is contained in:
@ -8,6 +8,12 @@ All notable changes to this project will be documented in this file.
|
|||||||
|
|
||||||
## April 2020
|
## April 2020
|
||||||
|
|
||||||
|
### April 16, 2020
|
||||||
|
|
||||||
|
- Brought Back Browser Print Method, you can now print parseable resumes
|
||||||
|
- Modified Templates to use ID as Key in items, instead of names
|
||||||
|
- Added Language: Polish
|
||||||
|
|
||||||
### April 11, 2020
|
### April 11, 2020
|
||||||
|
|
||||||
- Added Language: Danish
|
- Added Language: Danish
|
||||||
|
|||||||
@ -25,6 +25,7 @@ If you are already familiar with the Crowdin platform and want to contribute you
|
|||||||
- German `de`
|
- German `de`
|
||||||
- Hindi `hi`
|
- Hindi `hi`
|
||||||
- Kannada `kn`
|
- Kannada `kn`
|
||||||
|
- Polish `pl`
|
||||||
- Portuguese `pt`
|
- Portuguese `pt`
|
||||||
- Spanish `es`
|
- Spanish `es`
|
||||||
|
|
||||||
@ -45,7 +46,6 @@ If you are already familiar with the Crowdin platform and want to contribute you
|
|||||||
- Malayalam `ml`
|
- Malayalam `ml`
|
||||||
- Marathi `mr`
|
- Marathi `mr`
|
||||||
- Norwegian `no`
|
- Norwegian `no`
|
||||||
- Polish `pl`
|
|
||||||
- Punjabi `pa`
|
- Punjabi `pa`
|
||||||
- Romanian `ro`
|
- Romanian `ro`
|
||||||
- Russian `ru`
|
- Russian `ru`
|
||||||
|
|||||||
@ -38,6 +38,10 @@ const languages = [
|
|||||||
code: 'kn',
|
code: 'kn',
|
||||||
name: 'Kannada',
|
name: 'Kannada',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
code: 'pl',
|
||||||
|
name: 'Polish',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
code: 'pt',
|
code: 'pt',
|
||||||
name: 'Portuguese',
|
name: 'Portuguese',
|
||||||
|
|||||||
Reference in New Issue
Block a user