diff options
Diffstat (limited to 'node_modules/date-fns/locale/gd/_lib/formatRelative/index.js')
| -rw-r--r-- | node_modules/date-fns/locale/gd/_lib/formatRelative/index.js | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/node_modules/date-fns/locale/gd/_lib/formatRelative/index.js b/node_modules/date-fns/locale/gd/_lib/formatRelative/index.js deleted file mode 100644 index 0594289..0000000 --- a/node_modules/date-fns/locale/gd/_lib/formatRelative/index.js +++ /dev/null @@ -1,21 +0,0 @@ -"use strict"; - -Object.defineProperty(exports, "__esModule", { - value: true -}); -exports.default = void 0; -var formatRelativeLocale = { - lastWeek: "'mu dheireadh' eeee 'aig' p", - //FIX - yesterday: "'an-dè aig' p", - today: "'an-diugh aig' p", - tomorrow: "'a-màireach aig' p", - nextWeek: "eeee 'aig' p", - other: 'P' -}; -var formatRelative = function formatRelative(token, _date, _baseDate, _options) { - return formatRelativeLocale[token]; -}; -var _default = formatRelative; -exports.default = _default; -module.exports = exports.default;
\ No newline at end of file |
