feat: dayjs locale zh-tw
This commit is contained in:
parent
bb08b320da
commit
c0eace8efe
|
|
@ -8,6 +8,7 @@ import relativeTime from "dayjs/plugin/relativeTime"
|
|||
import { useTranslation } from "next-i18next"
|
||||
import "dayjs/locale/en"
|
||||
import "dayjs/locale/zh"
|
||||
import "dayjs/locale/zh-tw"
|
||||
import "dayjs/locale/ja"
|
||||
|
||||
dayjs.extend(localizedFormat)
|
||||
|
|
|
|||
Loading…
Reference in New Issue