diff options
Diffstat (limited to 'node_modules/date-fns/locale/ca/_lib/formatRelative/index.js')
| -rw-r--r-- | node_modules/date-fns/locale/ca/_lib/formatRelative/index.js | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/node_modules/date-fns/locale/ca/_lib/formatRelative/index.js b/node_modules/date-fns/locale/ca/_lib/formatRelative/index.js deleted file mode 100644 index 93727db..0000000 --- a/node_modules/date-fns/locale/ca/_lib/formatRelative/index.js +++ /dev/null @@ -1,31 +0,0 @@ -"use strict"; - -Object.defineProperty(exports, "__esModule", { - value: true -}); -exports.default = void 0; -var formatRelativeLocale = { - lastWeek: "'el' eeee 'passat a la' LT", - yesterday: "'ahir a la' p", - today: "'avui a la' p", - tomorrow: "'demà a la' p", - nextWeek: "eeee 'a la' p", - other: 'P' -}; -var formatRelativeLocalePlural = { - lastWeek: "'el' eeee 'passat a les' p", - yesterday: "'ahir a les' p", - today: "'avui a les' p", - tomorrow: "'demà a les' p", - nextWeek: "eeee 'a les' p", - other: 'P' -}; -var formatRelative = function formatRelative(token, date, _baseDate, _options) { - if (date.getUTCHours() !== 1) { - return formatRelativeLocalePlural[token]; - } - return formatRelativeLocale[token]; -}; -var _default = formatRelative; -exports.default = _default; -module.exports = exports.default;
\ No newline at end of file |
