bg.cjs 825 B

12345678910111213141516171819202122232425262728
  1. "use strict";
  2. exports.bg = void 0;
  3. var _index = require("./bg/_lib/formatDistance.cjs");
  4. var _index2 = require("./bg/_lib/formatLong.cjs");
  5. var _index3 = require("./bg/_lib/formatRelative.cjs");
  6. var _index4 = require("./bg/_lib/localize.cjs");
  7. var _index5 = require("./bg/_lib/match.cjs");
  8. /**
  9. * @category Locales
  10. * @summary Bulgarian locale.
  11. * @language Bulgarian
  12. * @iso-639-2 bul
  13. * @author Nikolay Stoynov [@arvigeus](https://github.com/arvigeus)
  14. * @author Tsvetan Ovedenski [@fintara](https://github.com/fintara)
  15. */
  16. const bg = (exports.bg = {
  17. code: "bg",
  18. formatDistance: _index.formatDistance,
  19. formatLong: _index2.formatLong,
  20. formatRelative: _index3.formatRelative,
  21. localize: _index4.localize,
  22. match: _index5.match,
  23. options: {
  24. weekStartsOn: 1 /* Monday */,
  25. firstWeekContainsDate: 1,
  26. },
  27. });