hu.d.cts 374 B

1234567891011
  1. import type { Locale } from "./types.js";
  2. /**
  3. * @category Locales
  4. * @summary Hungarian locale.
  5. * @language Hungarian
  6. * @iso-639-2 hun
  7. * @author Pavlo Shpak [@pshpak](https://github.com/pshpak)
  8. * @author Eduardo Pardo [@eduardopsll](https://github.com/eduardopsll)
  9. * @author Zoltan Szepesi [@twodcube](https://github.com/twodcube)
  10. */
  11. export declare const hu: Locale;