mirror of
http://36.133.248.69:3088/admin/RentWeAppFront.git
synced 2026-03-16 05:42:27 +08:00
init
This commit is contained in:
17
node_modules/date-fns/locale/gu/_lib/formatRelative.js
generated
vendored
Normal file
17
node_modules/date-fns/locale/gu/_lib/formatRelative.js
generated
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
"use strict";
|
||||
exports.formatRelative = void 0;
|
||||
|
||||
// Source: https://www.unicode.org/cldr/charts/32/summary/gu.html
|
||||
|
||||
const formatRelativeLocale = {
|
||||
lastWeek: "'પાછલા' eeee p", // CLDR #1384
|
||||
yesterday: "'ગઈકાલે' p", // CLDR #1409
|
||||
today: "'આજે' p", // CLDR #1410
|
||||
tomorrow: "'આવતીકાલે' p", // CLDR #1411
|
||||
nextWeek: "eeee p", // CLDR #1386
|
||||
other: "P",
|
||||
};
|
||||
|
||||
const formatRelative = (token, _date, _baseDate, _options) =>
|
||||
formatRelativeLocale[token];
|
||||
exports.formatRelative = formatRelative;
|
||||
Reference in New Issue
Block a user