init
This commit is contained in:
15
node_modules/date-fns/locale/ht/_lib/formatRelative.js
generated
vendored
Normal file
15
node_modules/date-fns/locale/ht/_lib/formatRelative.js
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
"use strict";
|
||||
exports.formatRelative = void 0;
|
||||
|
||||
const formatRelativeLocale = {
|
||||
lastWeek: "eeee 'pase nan lè' p",
|
||||
yesterday: "'yè nan lè' p",
|
||||
today: "'jodi a' p",
|
||||
tomorrow: "'demen nan lè' p'",
|
||||
nextWeek: "eeee 'pwochen nan lè' p",
|
||||
other: "P",
|
||||
};
|
||||
|
||||
const formatRelative = (token, _date, _baseDate, _options) =>
|
||||
formatRelativeLocale[token];
|
||||
exports.formatRelative = formatRelative;
|
||||
Reference in New Issue
Block a user