pt.cjs 818 B

12345678910111213141516171819202122232425262728
  1. "use strict";
  2. exports.pt = void 0;
  3. var _index = require("./pt/_lib/formatDistance.cjs");
  4. var _index2 = require("./pt/_lib/formatLong.cjs");
  5. var _index3 = require("./pt/_lib/formatRelative.cjs");
  6. var _index4 = require("./pt/_lib/localize.cjs");
  7. var _index5 = require("./pt/_lib/match.cjs");
  8. /**
  9. * @category Locales
  10. * @summary Portuguese locale.
  11. * @language Portuguese
  12. * @iso-639-2 por
  13. * @author Dário Freire [@dfreire](https://github.com/dfreire)
  14. * @author Adrián de la Rosa [@adrm](https://github.com/adrm)
  15. */
  16. const pt = (exports.pt = {
  17. code: "pt",
  18. formatDistance: _index.formatDistance,
  19. formatLong: _index2.formatLong,
  20. formatRelative: _index3.formatRelative,
  21. localize: _index4.localize,
  22. match: _index5.match,
  23. options: {
  24. weekStartsOn: 1 /* Monday */,
  25. firstWeekContainsDate: 4,
  26. },
  27. });