FIN INIT
This commit is contained in:
28
node_modules/date-fns/locale/hi.js
generated
vendored
Normal file
28
node_modules/date-fns/locale/hi.js
generated
vendored
Normal file
@ -0,0 +1,28 @@
|
||||
import { formatDistance } from "./hi/_lib/formatDistance.js";
|
||||
import { formatLong } from "./hi/_lib/formatLong.js";
|
||||
import { formatRelative } from "./hi/_lib/formatRelative.js";
|
||||
import { localize } from "./hi/_lib/localize.js";
|
||||
import { match } from "./hi/_lib/match.js";
|
||||
|
||||
/**
|
||||
* @category Locales
|
||||
* @summary Hindi locale (India).
|
||||
* @language Hindi
|
||||
* @iso-639-2 hin
|
||||
* @author Mukesh Mandiwal [@mukeshmandiwal](https://github.com/mukeshmandiwal)
|
||||
*/
|
||||
export const hi = {
|
||||
code: "hi",
|
||||
formatDistance: formatDistance,
|
||||
formatLong: formatLong,
|
||||
formatRelative: formatRelative,
|
||||
localize: localize,
|
||||
match: match,
|
||||
options: {
|
||||
weekStartsOn: 0 /* Monday */,
|
||||
firstWeekContainsDate: 4,
|
||||
},
|
||||
};
|
||||
|
||||
// Fallback for modularized imports:
|
||||
export default hi;
|
Reference in New Issue
Block a user