Skip to content

Commit

Permalink
fix: Merge new locales from the mainstream project
Browse files Browse the repository at this point in the history
  • Loading branch information
prantlf committed Nov 17, 2018
1 parent 50fe23f commit e1a0558
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/locale/el.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import dayjs from 'dayjs'
import dayjs from 'dayjs-ext'

const locale = {
name: 'el',
Expand Down
2 changes: 1 addition & 1 deletion src/locale/he.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import dayjs from 'dayjs'
import dayjs from 'dayjs-ext'

const locale = {
name: 'he',
Expand Down
2 changes: 1 addition & 1 deletion src/locale/lt.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import dayjs from 'dayjs'
import dayjs from 'dayjs-ext'

const locale = {
name: 'lt',
Expand Down

0 comments on commit e1a0558

Please sign in to comment.