🇻🇳 Add Vietnamese Language (#581)

This commit is contained in:
Luke Vella 2023-03-19 11:41:18 +00:00 committed by GitHub
parent 76411d0ce7
commit 1bd774302b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 37 additions and 42 deletions

View file

@ -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);