fr-CH.cjs 994 B

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