From e1a05581e740a31b3a024db6b83b5f4410932312 Mon Sep 17 00:00:00 2001 From: Ferdinand Prantl Date: Sat, 17 Nov 2018 10:41:21 +0100 Subject: [PATCH] fix: Merge new locales from the mainstream project --- src/locale/el.js | 2 +- src/locale/he.js | 2 +- src/locale/lt.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/locale/el.js b/src/locale/el.js index e163b4e92..a5fc06f62 100644 --- a/src/locale/el.js +++ b/src/locale/el.js @@ -1,4 +1,4 @@ -import dayjs from 'dayjs' +import dayjs from 'dayjs-ext' const locale = { name: 'el', diff --git a/src/locale/he.js b/src/locale/he.js index 823f8327a..b29e0ed45 100644 --- a/src/locale/he.js +++ b/src/locale/he.js @@ -1,4 +1,4 @@ -import dayjs from 'dayjs' +import dayjs from 'dayjs-ext' const locale = { name: 'he', diff --git a/src/locale/lt.js b/src/locale/lt.js index 21b79a77f..9116d0fe8 100644 --- a/src/locale/lt.js +++ b/src/locale/lt.js @@ -1,4 +1,4 @@ -import dayjs from 'dayjs' +import dayjs from 'dayjs-ext' const locale = { name: 'lt',