sl.d.ts 309 B

12345678910
  1. import type { Locale } from "./types.js";
  2. /**
  3. * @category Locales
  4. * @summary Slovenian locale.
  5. * @language Slovenian
  6. * @iso-639-2 slv
  7. * @author Adam Stradovnik [@Neoglyph](https://github.com/Neoglyph)
  8. * @author Mato Žgajner [@mzgajner](https://github.com/mzgajner)
  9. */
  10. export declare const sl: Locale;