se.cjs 764 B

123456789101112131415161718192021222324252627
  1. "use strict";
  2. exports.se = void 0;
  3. var _index = require("./se/_lib/formatDistance.cjs");
  4. var _index2 = require("./se/_lib/formatLong.cjs");
  5. var _index3 = require("./se/_lib/formatRelative.cjs");
  6. var _index4 = require("./se/_lib/localize.cjs");
  7. var _index5 = require("./se/_lib/match.cjs");
  8. /**
  9. * @category Locales
  10. * @summary Northern Sámi locale.
  11. * @language Northern Sámi
  12. * @iso-639-2 sme
  13. * @author Audun Rundberg [@audunru](https://github.com/audunru)
  14. */
  15. const se = (exports.se = {
  16. code: "se",
  17. formatDistance: _index.formatDistance,
  18. formatLong: _index2.formatLong,
  19. formatRelative: _index3.formatRelative,
  20. localize: _index4.localize,
  21. match: _index5.match,
  22. options: {
  23. weekStartsOn: 1 /* Monday */,
  24. firstWeekContainsDate: 4,
  25. },
  26. });