hu.cjs 888 B

1234567891011121314151617181920212223242526272829
  1. "use strict";
  2. exports.hu = void 0;
  3. var _index = require("./hu/_lib/formatDistance.cjs");
  4. var _index2 = require("./hu/_lib/formatLong.cjs");
  5. var _index3 = require("./hu/_lib/formatRelative.cjs");
  6. var _index4 = require("./hu/_lib/localize.cjs");
  7. var _index5 = require("./hu/_lib/match.cjs");
  8. /**
  9. * @category Locales
  10. * @summary Hungarian locale.
  11. * @language Hungarian
  12. * @iso-639-2 hun
  13. * @author Pavlo Shpak [@pshpak](https://github.com/pshpak)
  14. * @author Eduardo Pardo [@eduardopsll](https://github.com/eduardopsll)
  15. * @author Zoltan Szepesi [@twodcube](https://github.com/twodcube)
  16. */
  17. const hu = (exports.hu = {
  18. code: "hu",
  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. });