en-ZA.cjs 884 B

12345678910111213141516171819202122232425262728
  1. "use strict";
  2. exports.enZA = 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-ZA/_lib/formatLong.cjs");
  8. /**
  9. * @category Locales
  10. * @summary English locale (South Africa).
  11. * @language English
  12. * @iso-639-2 eng
  13. * @author Shaila Kavrakova [@shaykav](https://github.com/shaykav)
  14. */
  15. const enZA = (exports.enZA = {
  16. code: "en-ZA",
  17. formatDistance: _index.formatDistance,
  18. formatLong: _index5.formatLong,
  19. formatRelative: _index2.formatRelative,
  20. localize: _index3.localize,
  21. match: _index4.match,
  22. options: {
  23. weekStartsOn: 0, // Sunday is the first day of the week.
  24. firstWeekContainsDate: 1, // The week that contains Jan 1st is the first week of the year.
  25. },
  26. });