en-GB.cjs 782 B

12345678910111213141516171819202122232425262728
  1. "use strict";
  2. exports.enGB = 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-GB/_lib/formatLong.cjs");
  8. /**
  9. * @category Locales
  10. * @summary English locale (United Kingdom).
  11. * @language English
  12. * @iso-639-2 eng
  13. * @author Alex [@glintik](https://github.com/glintik)
  14. */
  15. const enGB = (exports.enGB = {
  16. code: "en-GB",
  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 */,
  24. firstWeekContainsDate: 4,
  25. },
  26. });