Skip to content

Commit

Permalink
Revert to older dayjs config
Browse files Browse the repository at this point in the history
  • Loading branch information
datlechin committed Jan 29, 2022
1 parent 5ae8596 commit 6495d82
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions locale/config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Vietnamese [vi]
import dayjs from 'dayjs'
// https://github.com/iamkun/dayjs/blob/v1.9.3/src/locale/vi.js

const locale = {
dayjs.locale({
name: 'vi',
weekdays: 'chủ nhật_thứ hai_thứ ba_thứ tư_thứ năm_thứ sáu_thứ bảy'.split('_'),
months: 'tháng 1_tháng 2_tháng 3_tháng 4_tháng 5_tháng 6_tháng 7_tháng 8_tháng 9_tháng 10_tháng 11_tháng 12'.split('_'),
Expand Down Expand Up @@ -36,9 +35,6 @@ const locale = {
MM: '%d tháng',
y: 'một năm',
yy: '%d năm'
}
}

dayjs.locale(locale, null, true)

export default locale
},
ordinal: n => `${n}.`
}, null, false);

0 comments on commit 6495d82

Please sign in to comment.