zh-CN.cjs 1.0 KB

12345678910111213141516171819202122232425262728293031
  1. "use strict";
  2. exports.zhCN = void 0;
  3. var _index = require("./zh-CN/_lib/formatDistance.cjs");
  4. var _index2 = require("./zh-CN/_lib/formatLong.cjs");
  5. var _index3 = require("./zh-CN/_lib/formatRelative.cjs");
  6. var _index4 = require("./zh-CN/_lib/localize.cjs");
  7. var _index5 = require("./zh-CN/_lib/match.cjs");
  8. /**
  9. * @category Locales
  10. * @summary Chinese Simplified locale.
  11. * @language Chinese Simplified
  12. * @iso-639-2 zho
  13. * @author Changyu Geng [@KingMario](https://github.com/KingMario)
  14. * @author Song Shuoyun [@fnlctrl](https://github.com/fnlctrl)
  15. * @author sabrinaM [@sabrinamiao](https://github.com/sabrinamiao)
  16. * @author Carney Wu [@cubicwork](https://github.com/cubicwork)
  17. * @author Terrence Lam [@skyuplam](https://github.com/skyuplam)
  18. */
  19. const zhCN = (exports.zhCN = {
  20. code: "zh-CN",
  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. });