mirror of
http://36.133.248.69:3088/admin/RentWeAppFront.git
synced 2026-03-13 12:22:26 +08:00
init
This commit is contained in:
11
node_modules/date-fns/locale/vi/_lib/formatRelative.mjs
generated
vendored
Normal file
11
node_modules/date-fns/locale/vi/_lib/formatRelative.mjs
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
const formatRelativeLocale = {
|
||||
lastWeek: "eeee 'tuần trước vào lúc' p",
|
||||
yesterday: "'hôm qua vào lúc' p",
|
||||
today: "'hôm nay vào lúc' p",
|
||||
tomorrow: "'ngày mai vào lúc' p",
|
||||
nextWeek: "eeee 'tới vào lúc' p",
|
||||
other: "P",
|
||||
};
|
||||
|
||||
export const formatRelative = (token, _date, _baseDate, _options) =>
|
||||
formatRelativeLocale[token];
|
||||
Reference in New Issue
Block a user