fi.d.ts 370 B

1234567891011
  1. import type { Locale } from "./types.js";
  2. /**
  3. * @category Locales
  4. * @summary Finnish locale.
  5. * @language Finnish
  6. * @iso-639-2 fin
  7. * @author Pyry-Samuli Lahti [@Pyppe](https://github.com/Pyppe)
  8. * @author Edo Rivai [@mikolajgrzyb](https://github.com/mikolajgrzyb)
  9. * @author Samu Juvonen [@sjuvonen](https://github.com/sjuvonen)
  10. */
  11. export declare const fi: Locale;