diff options
Diffstat (limited to 'node_modules/date-fns/esm/locale/ca/_lib/formatRelative')
| -rw-r--r-- | node_modules/date-fns/esm/locale/ca/_lib/formatRelative/index.js | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/node_modules/date-fns/esm/locale/ca/_lib/formatRelative/index.js b/node_modules/date-fns/esm/locale/ca/_lib/formatRelative/index.js deleted file mode 100644 index 6f34679..0000000 --- a/node_modules/date-fns/esm/locale/ca/_lib/formatRelative/index.js +++ /dev/null @@ -1,23 +0,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]; -}; -export default formatRelative;
\ No newline at end of file |
