nl.cjs 1.1 KB

1234567891011121314151617181920212223242526272829303132
  1. "use strict";
  2. exports.nl = void 0;
  3. var _index = require("./nl/_lib/formatDistance.cjs");
  4. var _index2 = require("./nl/_lib/formatLong.cjs");
  5. var _index3 = require("./nl/_lib/formatRelative.cjs");
  6. var _index4 = require("./nl/_lib/localize.cjs");
  7. var _index5 = require("./nl/_lib/match.cjs");
  8. /**
  9. * @category Locales
  10. * @summary Dutch locale.
  11. * @language Dutch
  12. * @iso-639-2 nld
  13. * @author Jorik Tangelder [@jtangelder](https://github.com/jtangelder)
  14. * @author Ruben Stolk [@rubenstolk](https://github.com/rubenstolk)
  15. * @author Lode Vanhove [@bitcrumb](https://github.com/bitcrumb)
  16. * @author Edo Rivai [@edorivai](https://github.com/edorivai)
  17. * @author Niels Keurentjes [@curry684](https://github.com/curry684)
  18. * @author Stefan Vermaas [@stefanvermaas](https://github.com/stefanvermaas)
  19. */
  20. const nl = (exports.nl = {
  21. code: "nl",
  22. formatDistance: _index.formatDistance,
  23. formatLong: _index2.formatLong,
  24. formatRelative: _index3.formatRelative,
  25. localize: _index4.localize,
  26. match: _index5.match,
  27. options: {
  28. weekStartsOn: 1 /* Monday */,
  29. firstWeekContainsDate: 4,
  30. },
  31. });