Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
datlechin authored Mar 30, 2024
1 parent 712c1c4 commit 1f0c0f1
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions locale/config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
// https://github.com/iamkun/dayjs/blob/v1.9.3/src/locale/vi.js

dayjs.locale({
const 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 @@ -35,6 +33,7 @@ dayjs.locale({
MM: '%d tháng',
y: 'một năm',
yy: '%d năm'
},
ordinal: n => `${n}.`
}, null, false);
}
}

dayjs.locale(locale, null, true)

0 comments on commit 1f0c0f1

Please sign in to comment.