mirror of
https://github.com/open-webui/open-webui.git
synced 2026-01-03 23:25:21 +00:00
feat(dayjs): add zh-tw locale support
This commit is contained in:
parent
a21519f8f2
commit
9f33abf384
1 changed files with 1 additions and 0 deletions
|
|
@ -99,6 +99,7 @@ import 'dayjs/locale/uz';
|
|||
import 'dayjs/locale/vi';
|
||||
import 'dayjs/locale/yo';
|
||||
import 'dayjs/locale/zh';
|
||||
import 'dayjs/locale/zh-tw';
|
||||
import 'dayjs/locale/et';
|
||||
|
||||
export default dayjs;
|
||||
|
|
|
|||
Loading…
Reference in a new issue