📝 Commit Details:
This commit is contained in:
28
backend/node_modules/date-fns/locale/gu.js
generated
vendored
Normal file
28
backend/node_modules/date-fns/locale/gu.js
generated
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
import { formatDistance } from "./gu/_lib/formatDistance.js";
|
||||
import { formatLong } from "./gu/_lib/formatLong.js";
|
||||
import { formatRelative } from "./gu/_lib/formatRelative.js";
|
||||
import { localize } from "./gu/_lib/localize.js";
|
||||
import { match } from "./gu/_lib/match.js";
|
||||
|
||||
/**
|
||||
* @category Locales
|
||||
* @summary Gujarati locale (India).
|
||||
* @language Gujarati
|
||||
* @iso-639-2 guj
|
||||
* @author Manaday Mavani [@ManadayM](https://github.com/manadaym)
|
||||
*/
|
||||
export const gu = {
|
||||
code: "gu",
|
||||
formatDistance: formatDistance,
|
||||
formatLong: formatLong,
|
||||
formatRelative: formatRelative,
|
||||
localize: localize,
|
||||
match: match,
|
||||
options: {
|
||||
weekStartsOn: 1 /* Monday */,
|
||||
firstWeekContainsDate: 4,
|
||||
},
|
||||
};
|
||||
|
||||
// Fallback for modularized imports:
|
||||
export default gu;
|
Reference in New Issue
Block a user