pl.cjs 949 B

123456789101112131415161718192021222324252627282930
  1. "use strict";
  2. exports.pl = void 0;
  3. var _index = require("./pl/_lib/formatDistance.cjs");
  4. var _index2 = require("./pl/_lib/formatLong.cjs");
  5. var _index3 = require("./pl/_lib/formatRelative.cjs");
  6. var _index4 = require("./pl/_lib/localize.cjs");
  7. var _index5 = require("./pl/_lib/match.cjs");
  8. /**
  9. * @category Locales
  10. * @summary Polish locale.
  11. * @language Polish
  12. * @iso-639-2 pol
  13. * @author Mateusz Derks [@ertrzyiks](https://github.com/ertrzyiks)
  14. * @author Just RAG [@justrag](https://github.com/justrag)
  15. * @author Mikolaj Grzyb [@mikolajgrzyb](https://github.com/mikolajgrzyb)
  16. * @author Mateusz Tokarski [@mutisz](https://github.com/mutisz)
  17. */
  18. const pl = (exports.pl = {
  19. code: "pl",
  20. formatDistance: _index.formatDistance,
  21. formatLong: _index2.formatLong,
  22. formatRelative: _index3.formatRelative,
  23. localize: _index4.localize,
  24. match: _index5.match,
  25. options: {
  26. weekStartsOn: 1 /* Monday */,
  27. firstWeekContainsDate: 4,
  28. },
  29. });