diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-06-29 11:49:28 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-06-29 11:49:28 -0700 |
| commit | d55b767039605256c736166a942a9138e3eacfd7 (patch) | |
| tree | 947063b634c50d438a794325f13275e134aa5993 /node_modules/date-fns/locale/gd/_lib/formatRelative/index.js | |
| parent | 864ce67d89c77d8ef9c3361f80d619853abcf91c (diff) | |
remove dev node_modules (oops)
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 |
