mirror of
https://github.com/open-webui/open-webui
synced 2025-06-22 18:07:17 +00:00
feat(dayjs): add zh-tw locale support
This commit is contained in:
parent
a21519f8f2
commit
9f33abf384
@ -99,6 +99,7 @@ import 'dayjs/locale/uz';
|
|||||||
import 'dayjs/locale/vi';
|
import 'dayjs/locale/vi';
|
||||||
import 'dayjs/locale/yo';
|
import 'dayjs/locale/yo';
|
||||||
import 'dayjs/locale/zh';
|
import 'dayjs/locale/zh';
|
||||||
|
import 'dayjs/locale/zh-tw';
|
||||||
import 'dayjs/locale/et';
|
import 'dayjs/locale/et';
|
||||||
|
|
||||||
export default dayjs;
|
export default dayjs;
|
||||||
|
Loading…
Reference in New Issue
Block a user