sv.d.ts 393 B

1234567891011
  1. import type { Locale } from "./types.js";
  2. /**
  3. * @category Locales
  4. * @summary Swedish locale.
  5. * @language Swedish
  6. * @iso-639-2 swe
  7. * @author Johannes Ulén [@ejulen](https://github.com/ejulen)
  8. * @author Alexander Nanberg [@alexandernanberg](https://github.com/alexandernanberg)
  9. * @author Henrik Andersson [@limelights](https://github.com/limelights)
  10. */
  11. export declare const sv: Locale;