th.cjs 868 B

1234567891011121314151617181920212223242526272829
  1. "use strict";
  2. exports.th = void 0;
  3. var _index = require("./th/_lib/formatDistance.cjs");
  4. var _index2 = require("./th/_lib/formatLong.cjs");
  5. var _index3 = require("./th/_lib/formatRelative.cjs");
  6. var _index4 = require("./th/_lib/localize.cjs");
  7. var _index5 = require("./th/_lib/match.cjs");
  8. /**
  9. * @category Locales
  10. * @summary Thai locale.
  11. * @language Thai
  12. * @iso-639-2 tha
  13. * @author Athiwat Hirunworawongkun [@athivvat](https://github.com/athivvat)
  14. * @author [@hawkup](https://github.com/hawkup)
  15. * @author Jirawat I. [@nodtem66](https://github.com/nodtem66)
  16. */
  17. const th = (exports.th = {
  18. code: "th",
  19. formatDistance: _index.formatDistance,
  20. formatLong: _index2.formatLong,
  21. formatRelative: _index3.formatRelative,
  22. localize: _index4.localize,
  23. match: _index5.match,
  24. options: {
  25. weekStartsOn: 0 /* Sunday */,
  26. firstWeekContainsDate: 1,
  27. },
  28. });