From 32846e4fa92d428eb503fee59614b2e5b743d555 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Fri, 3 Apr 2020 12:36:33 +0530 Subject: [PATCH] update documentation --- docs/changelog/README.md | 19 +++++++++++++++++++ docs/translation/README.md | 2 +- src/i18n/index.js | 4 ++++ 3 files changed, 24 insertions(+), 1 deletion(-) diff --git a/docs/changelog/README.md b/docs/changelog/README.md index d29c6666..68ea3387 100644 --- a/docs/changelog/README.md +++ b/docs/changelog/README.md @@ -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 diff --git a/docs/translation/README.md b/docs/translation/README.md index 0b3b4c79..4b5f0762 100644 --- a/docs/translation/README.md +++ b/docs/translation/README.md @@ -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` diff --git a/src/i18n/index.js b/src/i18n/index.js index a5b81a03..c78fb800 100644 --- a/src/i18n/index.js +++ b/src/i18n/index.js @@ -16,6 +16,10 @@ const languages = [ code: 'fr', name: 'French', }, + { + code: 'de', + name: 'German', + }, { code: 'hi', name: 'Hindi',