pl.d.cts 435 B

123456789101112
  1. import type { Locale } from "./types.js";
  2. /**
  3. * @category Locales
  4. * @summary Polish locale.
  5. * @language Polish
  6. * @iso-639-2 pol
  7. * @author Mateusz Derks [@ertrzyiks](https://github.com/ertrzyiks)
  8. * @author Just RAG [@justrag](https://github.com/justrag)
  9. * @author Mikolaj Grzyb [@mikolajgrzyb](https://github.com/mikolajgrzyb)
  10. * @author Mateusz Tokarski [@mutisz](https://github.com/mutisz)
  11. */
  12. export declare const pl: Locale;