ja.cjs 1016 B

12345678910111213141516171819202122232425262728293031
  1. "use strict";
  2. exports.ja = void 0;
  3. var _index = require("./ja/_lib/formatDistance.cjs");
  4. var _index2 = require("./ja/_lib/formatLong.cjs");
  5. var _index3 = require("./ja/_lib/formatRelative.cjs");
  6. var _index4 = require("./ja/_lib/localize.cjs");
  7. var _index5 = require("./ja/_lib/match.cjs");
  8. /**
  9. * @category Locales
  10. * @summary Japanese locale.
  11. * @language Japanese
  12. * @iso-639-2 jpn
  13. * @author Thomas Eilmsteiner [@DeMuu](https://github.com/DeMuu)
  14. * @author Yamagishi Kazutoshi [@ykzts](https://github.com/ykzts)
  15. * @author Luca Ban [@mesqueeb](https://github.com/mesqueeb)
  16. * @author Terrence Lam [@skyuplam](https://github.com/skyuplam)
  17. * @author Taiki IKeda [@so99ynoodles](https://github.com/so99ynoodles)
  18. */
  19. const ja = (exports.ja = {
  20. code: "ja",
  21. formatDistance: _index.formatDistance,
  22. formatLong: _index2.formatLong,
  23. formatRelative: _index3.formatRelative,
  24. localize: _index4.localize,
  25. match: _index5.match,
  26. options: {
  27. weekStartsOn: 0 /* Sunday */,
  28. firstWeekContainsDate: 1,
  29. },
  30. });