Initial commit
This commit is contained in:
11
node_modules/date-fns/locale/is/_lib/formatRelative.mjs
generated
vendored
Normal file
11
node_modules/date-fns/locale/is/_lib/formatRelative.mjs
generated
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
const formatRelativeLocale = {
|
||||
lastWeek: "'síðasta' dddd 'kl.' p",
|
||||
yesterday: "'í gær kl.' p",
|
||||
today: "'í dag kl.' p",
|
||||
tomorrow: "'á morgun kl.' p",
|
||||
nextWeek: "dddd 'kl.' p",
|
||||
other: "P",
|
||||
};
|
||||
|
||||
export const formatRelative = (token, _date, _baseDate, _options) =>
|
||||
formatRelativeLocale[token];
|
||||
Reference in New Issue
Block a user