init 3
This commit is contained in:
2
node_modules/date-fns/locale/mn/_lib/formatDistance.d.ts
generated
vendored
Normal file
2
node_modules/date-fns/locale/mn/_lib/formatDistance.d.ts
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
import type { FormatDistanceFn } from "../../types.js";
|
||||
export declare const formatDistance: FormatDistanceFn;
|
||||
11
node_modules/date-fns/locale/mn/_lib/formatRelative.mjs
generated
vendored
Normal file
11
node_modules/date-fns/locale/mn/_lib/formatRelative.mjs
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
const formatRelativeLocale = {
|
||||
lastWeek: "'өнгөрсөн' eeee 'гарагийн' p 'цагт'",
|
||||
yesterday: "'өчигдөр' p 'цагт'",
|
||||
today: "'өнөөдөр' p 'цагт'",
|
||||
tomorrow: "'маргааш' p 'цагт'",
|
||||
nextWeek: "'ирэх' eeee 'гарагийн' p 'цагт'",
|
||||
other: "P",
|
||||
};
|
||||
|
||||
export const formatRelative = (token, _date, _baseDate, _options) =>
|
||||
formatRelativeLocale[token];
|
||||
Reference in New Issue
Block a user