update changelog, add language

This commit is contained in:
Amruth Pillai 2020-04-16 14:49:42 +05:30
parent e1bf458ed5
commit bcb3578e7c
No known key found for this signature in database
GPG Key ID: 09959E21662F51A0
3 changed files with 11 additions and 1 deletions

View File

@ -8,6 +8,12 @@ All notable changes to this project will be documented in this file.
## 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
- Added Language: Danish

View File

@ -25,6 +25,7 @@ If you are already familiar with the Crowdin platform and want to contribute you
- German `de`
- Hindi `hi`
- Kannada `kn`
- Polish `pl`
- Portuguese `pt`
- Spanish `es`
@ -45,7 +46,6 @@ If you are already familiar with the Crowdin platform and want to contribute you
- Malayalam `ml`
- Marathi `mr`
- Norwegian `no`
- Polish `pl`
- Punjabi `pa`
- Romanian `ro`
- Russian `ru`

View File

@ -38,6 +38,10 @@ const languages = [
code: 'kn',
name: 'Kannada',
},
{
code: 'pl',
name: 'Polish',
},
{
code: 'pt',
name: 'Portuguese',