mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-13 08:13:49 +10:00
update documentation
This commit is contained in:
@ -6,6 +6,25 @@ title: Changelog
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## April 2020
|
||||
|
||||
### April 3, 2020
|
||||
|
||||
- Added Language: German
|
||||
|
||||
### April 2, 2020
|
||||
|
||||
- Fix type in Contributing section of Documentation
|
||||
- Fix issue where PDF was printing in A4, instead print whole page
|
||||
- Fix Castform Templates not updating when Skills Heading is updated
|
||||
|
||||
### April 1, 2020
|
||||
|
||||
- Designed Glalie Template
|
||||
- Added Page Controller for Quick Actions
|
||||
- Implemented `react-easy-panzoom` for Pan & Zoom abilities in the artboard
|
||||
- Added Language: Chinese
|
||||
|
||||
## March 2020
|
||||
|
||||
### March 31, 2020
|
||||
|
||||
@ -20,6 +20,7 @@ If you are already familiar with the Crowdin platform and want to contribute you
|
||||
- Chinese Simplified `zh`
|
||||
- English `en`
|
||||
- French `fr`
|
||||
- German `de`
|
||||
- Hindi `hi`
|
||||
- Kannada `kn`
|
||||
|
||||
@ -33,7 +34,6 @@ If you are already familiar with the Crowdin platform and want to contribute you
|
||||
- Danish `da`
|
||||
- Dutch `nl`
|
||||
- Finnish `fi`
|
||||
- German `de`
|
||||
- Greek `el`
|
||||
- Hebrew `he`
|
||||
- Hungarian `hu`
|
||||
|
||||
@ -16,6 +16,10 @@ const languages = [
|
||||
code: 'fr',
|
||||
name: 'French',
|
||||
},
|
||||
{
|
||||
code: 'de',
|
||||
name: 'German',
|
||||
},
|
||||
{
|
||||
code: 'hi',
|
||||
name: 'Hindi',
|
||||
|
||||
Reference in New Issue
Block a user