en-IN.cjs 882 B

12345678910111213141516171819202122232425262728
  1. "use strict";
  2. exports.enIN = void 0;
  3. var _index = require("./en-US/_lib/formatDistance.cjs");
  4. var _index2 = require("./en-US/_lib/formatRelative.cjs");
  5. var _index3 = require("./en-US/_lib/localize.cjs");
  6. var _index4 = require("./en-US/_lib/match.cjs");
  7. var _index5 = require("./en-IN/_lib/formatLong.cjs");
  8. /**
  9. * @category Locales
  10. * @summary English locale (India).
  11. * @language English
  12. * @iso-639-2 eng
  13. * @author Galeel Bhasha Satthar [@gbhasha](https://github.com/gbhasha)
  14. */
  15. const enIN = (exports.enIN = {
  16. code: "en-IN",
  17. formatDistance: _index.formatDistance,
  18. formatLong: _index5.formatLong,
  19. formatRelative: _index2.formatRelative,
  20. localize: _index3.localize,
  21. match: _index4.match,
  22. options: {
  23. weekStartsOn: 1, // Monday is the first day of the week.
  24. firstWeekContainsDate: 4, // The week that contains Jan 4th is the first week of the year.
  25. },
  26. });