mirror of
http://36.133.248.69:3088/admin/RentWeAppFront.git
synced 2026-03-13 20:32:25 +08:00
init
This commit is contained in:
15
node_modules/date-fns/locale/et/_lib/formatRelative.js
generated
vendored
Normal file
15
node_modules/date-fns/locale/et/_lib/formatRelative.js
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
"use strict";
|
||||
exports.formatRelative = void 0;
|
||||
|
||||
const formatRelativeLocale = {
|
||||
lastWeek: "'eelmine' eeee 'kell' p",
|
||||
yesterday: "'eile kell' p",
|
||||
today: "'täna kell' p",
|
||||
tomorrow: "'homme kell' p",
|
||||
nextWeek: "'järgmine' eeee 'kell' p",
|
||||
other: "P",
|
||||
};
|
||||
|
||||
const formatRelative = (token, _date, _baseDate, _options) =>
|
||||
formatRelativeLocale[token];
|
||||
exports.formatRelative = formatRelative;
|
||||
Reference in New Issue
Block a user