mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-16 09:31:50 +02:00
🇻🇳 Add Vietnamese Language (#581)
This commit is contained in:
parent
76411d0ce7
commit
1bd774302b
5 changed files with 37 additions and 42 deletions
|
@ -126,6 +126,11 @@ const dayjsLocales: Record<
|
|||
timeFormat: "24h",
|
||||
import: () => import("dayjs/locale/zh"),
|
||||
},
|
||||
vi: {
|
||||
weekStartsOn: "monday",
|
||||
timeFormat: "24h",
|
||||
import: () => import("dayjs/locale/vi"),
|
||||
},
|
||||
};
|
||||
|
||||
dayjs.extend(localizedFormat);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue