From 1533a2cc1475270032da2d87b19fc3d62327e6e3 Mon Sep 17 00:00:00 2001 From: iamkun Date: Wed, 2 Sep 2020 00:15:20 +0800 Subject: [PATCH] fix: Update Dutch (nl) locale to set correct yearStart --- src/locale/nl.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/locale/nl.js b/src/locale/nl.js index 57f226068..b0f15a7f6 100644 --- a/src/locale/nl.js +++ b/src/locale/nl.js @@ -10,6 +10,7 @@ const locale = { monthsShort: 'jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec'.split('_'), ordinal: n => `${n}.`, weekStart: 1, + yearStart: 4, formats: { LT: 'HH:mm', LTS: 'HH:mm:ss',