mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 12:55:19 +00:00
Merge pull request #15167 from ascodeasice/dayjs-zh-tw-locale
i18n: Add zh-tw locale support for dayjs
This commit is contained in:
commit
2f94b3947e
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