en-CA.cjs 862 B

1234567891011121314151617181920212223242526272829
  1. "use strict";
  2. exports.enCA = void 0;
  3. var _index = require("./en-US/_lib/formatRelative.cjs");
  4. var _index2 = require("./en-US/_lib/localize.cjs");
  5. var _index3 = require("./en-US/_lib/match.cjs");
  6. var _index4 = require("./en-CA/_lib/formatDistance.cjs");
  7. var _index5 = require("./en-CA/_lib/formatLong.cjs");
  8. /**
  9. * @category Locales
  10. * @summary English locale (Canada).
  11. * @language English
  12. * @iso-639-2 eng
  13. * @author Mark Owsiak [@markowsiak](https://github.com/markowsiak)
  14. * @author Marco Imperatore [@mimperatore](https://github.com/mimperatore)
  15. */
  16. const enCA = (exports.enCA = {
  17. code: "en-CA",
  18. formatDistance: _index4.formatDistance,
  19. formatLong: _index5.formatLong,
  20. formatRelative: _index.formatRelative,
  21. localize: _index2.localize,
  22. match: _index3.match,
  23. options: {
  24. weekStartsOn: 0 /* Sunday */,
  25. firstWeekContainsDate: 1,
  26. },
  27. });