nl-BE.cjs 966 B

123456789101112131415161718192021222324252627282930
  1. "use strict";
  2. exports.nlBE = void 0;
  3. var _index = require("./nl-BE/_lib/formatDistance.cjs");
  4. var _index2 = require("./nl-BE/_lib/formatLong.cjs");
  5. var _index3 = require("./nl-BE/_lib/formatRelative.cjs");
  6. var _index4 = require("./nl-BE/_lib/localize.cjs");
  7. var _index5 = require("./nl-BE/_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 Alex Hoeing [@dcbn](https://github.com/dcbn)
  17. */
  18. const nlBE = (exports.nlBE = {
  19. code: "nl-BE",
  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. });