update documentation

This commit is contained in:
Amruth Pillai
2020-04-03 12:36:33 +05:30
parent e9bc55199f
commit 32846e4fa9
3 changed files with 24 additions and 1 deletions

View File

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

View File

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

View File

@ -16,6 +16,10 @@ const languages = [
code: 'fr',
name: 'French',
},
{
code: 'de',
name: 'German',
},
{
code: 'hi',
name: 'Hindi',