nb.cjs 907 B

1234567891011121314151617181920212223242526272829
  1. "use strict";
  2. exports.nb = void 0;
  3. var _index = require("./nb/_lib/formatDistance.cjs");
  4. var _index2 = require("./nb/_lib/formatLong.cjs");
  5. var _index3 = require("./nb/_lib/formatRelative.cjs");
  6. var _index4 = require("./nb/_lib/localize.cjs");
  7. var _index5 = require("./nb/_lib/match.cjs");
  8. /**
  9. * @category Locales
  10. * @summary Norwegian Bokmål locale.
  11. * @language Norwegian Bokmål
  12. * @iso-639-2 nob
  13. * @author Hans-Kristian Koren [@Hanse](https://github.com/Hanse)
  14. * @author Mikolaj Grzyb [@mikolajgrzyb](https://github.com/mikolajgrzyb)
  15. * @author Dag Stuan [@dagstuan](https://github.com/dagstuan)
  16. */
  17. const nb = (exports.nb = {
  18. code: "nb",
  19. formatDistance: _index.formatDistance,
  20. formatLong: _index2.formatLong,
  21. formatRelative: _index3.formatRelative,
  22. localize: _index4.localize,
  23. match: _index5.match,
  24. options: {
  25. weekStartsOn: 1 /* Monday */,
  26. firstWeekContainsDate: 4,
  27. },
  28. });