pt-BR.cjs 865 B

12345678910111213141516171819202122232425262728
  1. "use strict";
  2. exports.ptBR = void 0;
  3. var _index = require("./pt-BR/_lib/formatDistance.cjs");
  4. var _index2 = require("./pt-BR/_lib/formatLong.cjs");
  5. var _index3 = require("./pt-BR/_lib/formatRelative.cjs");
  6. var _index4 = require("./pt-BR/_lib/localize.cjs");
  7. var _index5 = require("./pt-BR/_lib/match.cjs");
  8. /**
  9. * @category Locales
  10. * @summary Portuguese locale (Brazil).
  11. * @language Portuguese
  12. * @iso-639-2 por
  13. * @author Lucas Duailibe [@duailibe](https://github.com/duailibe)
  14. * @author Yago Carballo [@yagocarballo](https://github.com/YagoCarballo)
  15. */
  16. const ptBR = (exports.ptBR = {
  17. code: "pt-BR",
  18. formatDistance: _index.formatDistance,
  19. formatLong: _index2.formatLong,
  20. formatRelative: _index3.formatRelative,
  21. localize: _index4.localize,
  22. match: _index5.match,
  23. options: {
  24. weekStartsOn: 0 /* Sunday */,
  25. firstWeekContainsDate: 1,
  26. },
  27. });