diff options
Diffstat (limited to 'node_modules/date-fns/esm/locale/ja-Hira/_lib/formatRelative')
| -rw-r--r-- | node_modules/date-fns/esm/locale/ja-Hira/_lib/formatRelative/index.js | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/node_modules/date-fns/esm/locale/ja-Hira/_lib/formatRelative/index.js b/node_modules/date-fns/esm/locale/ja-Hira/_lib/formatRelative/index.js deleted file mode 100644 index 3877f9f..0000000 --- a/node_modules/date-fns/esm/locale/ja-Hira/_lib/formatRelative/index.js +++ /dev/null @@ -1,12 +0,0 @@ -var formatRelativeLocale = { - lastWeek: 'せんしゅうのeeeeのp', - yesterday: 'きのうのp', - today: 'きょうのp', - tomorrow: 'あしたのp', - nextWeek: 'よくしゅうのeeeeのp', - other: 'P' -}; -var formatRelative = function formatRelative(token, _date, _baseDate, _options) { - return formatRelativeLocale[token]; -}; -export default formatRelative;
\ No newline at end of file |
