From 46565a8d0a8fdcd7091e4fc43d2e5385fd63b1a8 Mon Sep 17 00:00:00 2001 From: 77web Date: Fri, 16 Oct 2020 22:05:22 +0900 Subject: [PATCH] =?UTF-8?q?added=20holidays=20for=202021=20(auto-generated?= =?UTF-8?q?=20and=20confirmed=20government=20declarations)/=202021?= =?UTF-8?q?=E5=B9=B4=E3=81=AE=E7=A5=9D=E6=97=A5=E5=AE=9A=E7=BE=A9yaml?= =?UTF-8?q?=E3=82=92=E8=BF=BD=E5=8A=A0=EF=BC=88=E8=87=AA=E5=8B=95=E7=94=9F?= =?UTF-8?q?=E6=88=90=E3=81=97=E3=81=9F=E3=82=82=E3=81=AE=E3=81=A8=E5=86=85?= =?UTF-8?q?=E9=96=A3=E5=BA=9CHP=E3=81=AB=E5=B7=AE=E5=88=86=E3=81=AA?= =?UTF-8?q?=E3=81=97=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Resources/config/2021.yml | 64 +++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 src/Resources/config/2021.yml diff --git a/src/Resources/config/2021.yml b/src/Resources/config/2021.yml new file mode 100644 index 0000000..17895a4 --- /dev/null +++ b/src/Resources/config/2021.yml @@ -0,0 +1,64 @@ +'2021-01-01': + caption: 元旦 + month: '1' + date: '1' +'2021-01-11': + caption: 成人の日 + month: '1' + date: '11' +'2021-02-11': + caption: 建国記念日 + month: '2' + date: '11' +'2021-02-23': + caption: 天皇誕生日 + month: '2' + date: '23' +'2021-03-20': + caption: 春分の日 + month: '3' + date: '20' +'2021-04-29': + caption: 昭和の日 + month: '4' + date: '29' +'2021-05-03': + caption: 憲法記念日 + month: '5' + date: '3' +'2021-05-04': + caption: みどりの日 + month: '5' + date: '4' +'2021-05-05': + caption: 子供の日 + month: '5' + date: '5' +'2021-07-19': + caption: 海の日 + month: '7' + date: '19' +'2021-08-11': + caption: 山の日 + month: '8' + date: '11' +'2021-09-20': + caption: 敬老の日 + month: '9' + date: '20' +'2021-09-23': + caption: 秋分の日 + month: '9' + date: '23' +'2021-10-11': + caption: スポーツの日 + month: '10' + date: '11' +'2021-11-03': + caption: 文化の日 + month: '11' + date: '3' +'2021-11-23': + caption: 勤労感謝の日 + month: '11' + date: '23'