fr.cjs 803 B

12345678910111213141516171819202122232425262728
  1. "use strict";
  2. exports.fr = void 0;
  3. var _index = require("./fr/_lib/formatDistance.cjs");
  4. var _index2 = require("./fr/_lib/formatLong.cjs");
  5. var _index3 = require("./fr/_lib/formatRelative.cjs");
  6. var _index4 = require("./fr/_lib/localize.cjs");
  7. var _index5 = require("./fr/_lib/match.cjs");
  8. /**
  9. * @category Locales
  10. * @summary French locale.
  11. * @language French
  12. * @iso-639-2 fra
  13. * @author Jean Dupouy [@izeau](https://github.com/izeau)
  14. * @author François B [@fbonzon](https://github.com/fbonzon)
  15. */
  16. const fr = (exports.fr = {
  17. code: "fr",
  18. formatDistance: _index.formatDistance,
  19. formatLong: _index2.formatLong,
  20. formatRelative: _index3.formatRelative,
  21. localize: _index4.localize,
  22. match: _index5.match,
  23. options: {
  24. weekStartsOn: 1 /* Monday */,
  25. firstWeekContainsDate: 4,
  26. },
  27. });