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. 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 2020
### March 31, 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` - Chinese Simplified `zh`
- English `en` - English `en`
- French `fr` - French `fr`
- German `de`
- Hindi `hi` - Hindi `hi`
- Kannada `kn` - Kannada `kn`
@ -33,7 +34,6 @@ If you are already familiar with the Crowdin platform and want to contribute you
- Danish `da` - Danish `da`
- Dutch `nl` - Dutch `nl`
- Finnish `fi` - Finnish `fi`
- German `de`
- Greek `el` - Greek `el`
- Hebrew `he` - Hebrew `he`
- Hungarian `hu` - Hungarian `hu`

View File

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