de-AT.cjs 818 B

12345678910111213141516171819202122232425262728
  1. "use strict";
  2. exports.deAT = void 0;
  3. var _index = require("./de/_lib/formatDistance.cjs");
  4. var _index2 = require("./de/_lib/formatLong.cjs");
  5. var _index3 = require("./de/_lib/formatRelative.cjs");
  6. var _index4 = require("./de/_lib/match.cjs");
  7. var _index5 = require("./de-AT/_lib/localize.cjs"); // difference to 'de' locale
  8. /**
  9. * @category Locales
  10. * @summary German locale (Austria).
  11. * @language German
  12. * @iso-639-2 deu
  13. * @author Christoph Tobias Stenglein [@cstenglein](https://github.com/cstenglein)
  14. */
  15. const deAT = (exports.deAT = {
  16. code: "de-AT",
  17. formatDistance: _index.formatDistance,
  18. formatLong: _index2.formatLong,
  19. formatRelative: _index3.formatRelative,
  20. localize: _index5.localize,
  21. match: _index4.match,
  22. options: {
  23. weekStartsOn: 1 /* Monday */,
  24. firstWeekContainsDate: 4,
  25. },
  26. });