nl-BE.d.ts 430 B

123456789101112
  1. import type { Locale } from "./types.js";
  2. /**
  3. * @category Locales
  4. * @summary Dutch locale.
  5. * @language Dutch
  6. * @iso-639-2 nld
  7. * @author Jorik Tangelder [@jtangelder](https://github.com/jtangelder)
  8. * @author Ruben Stolk [@rubenstolk](https://github.com/rubenstolk)
  9. * @author Lode Vanhove [@bitcrumb](https://github.com/bitcrumb)
  10. * @author Alex Hoeing [@dcbn](https://github.com/dcbn)
  11. */
  12. export declare const nlBE: Locale;