tr.cjs 1022 B

123456789101112131415161718192021222324252627282930313233
  1. "use strict";
  2. exports.tr = void 0;
  3. var _index = require("./tr/_lib/formatDistance.cjs");
  4. var _index2 = require("./tr/_lib/formatLong.cjs");
  5. var _index3 = require("./tr/_lib/formatRelative.cjs");
  6. var _index4 = require("./tr/_lib/localize.cjs");
  7. var _index5 = require("./tr/_lib/match.cjs");
  8. /**
  9. * @category Locales
  10. * @summary Turkish locale.
  11. * @language Turkish
  12. * @iso-639-2 tur
  13. * @author Alpcan Aydın [@alpcanaydin](https://github.com/alpcanaydin)
  14. * @author Berkay Sargın [@berkaey](https://github.com/berkaey)
  15. * @author Fatih Bulut [@bulutfatih](https://github.com/bulutfatih)
  16. * @author Ismail Demirbilek [@dbtek](https://github.com/dbtek)
  17. * @author İsmail Kayar [@ikayar](https://github.com/ikayar)
  18. *
  19. *
  20. */
  21. const tr = (exports.tr = {
  22. code: "tr",
  23. formatDistance: _index.formatDistance,
  24. formatLong: _index2.formatLong,
  25. formatRelative: _index3.formatRelative,
  26. localize: _index4.localize,
  27. match: _index5.match,
  28. options: {
  29. weekStartsOn: 1 /* Monday */,
  30. firstWeekContainsDate: 1,
  31. },
  32. });