de.cjs 993 B

12345678910111213141516171819202122232425262728293031
  1. "use strict";
  2. exports.de = void 0;
  3. var _index = require("./de/_lib/formatDistance.cjs");
  4. var _index2 = require("./de/_lib/formatLong.cjs");
  5. var _index3 = require("./de/_lib/formatRelative.cjs");
  6. var _index4 = require("./de/_lib/localize.cjs");
  7. var _index5 = require("./de/_lib/match.cjs");
  8. /**
  9. * @category Locales
  10. * @summary German locale.
  11. * @language German
  12. * @iso-639-2 deu
  13. * @author Thomas Eilmsteiner [@DeMuu](https://github.com/DeMuu)
  14. * @author Asia [@asia-t](https://github.com/asia-t)
  15. * @author Van Vuong Ngo [@vanvuongngo](https://github.com/vanvuongngo)
  16. * @author RomanErnst [@pex](https://github.com/pex)
  17. * @author Philipp Keck [@Philipp91](https://github.com/Philipp91)
  18. */
  19. const de = (exports.de = {
  20. code: "de",
  21. formatDistance: _index.formatDistance,
  22. formatLong: _index2.formatLong,
  23. formatRelative: _index3.formatRelative,
  24. localize: _index4.localize,
  25. match: _index5.match,
  26. options: {
  27. weekStartsOn: 1 /* Monday */,
  28. firstWeekContainsDate: 4,
  29. },
  30. });