de.d.ts 479 B

12345678910111213
  1. import type { Locale } from "./types.js";
  2. /**
  3. * @category Locales
  4. * @summary German locale.
  5. * @language German
  6. * @iso-639-2 deu
  7. * @author Thomas Eilmsteiner [@DeMuu](https://github.com/DeMuu)
  8. * @author Asia [@asia-t](https://github.com/asia-t)
  9. * @author Van Vuong Ngo [@vanvuongngo](https://github.com/vanvuongngo)
  10. * @author RomanErnst [@pex](https://github.com/pex)
  11. * @author Philipp Keck [@Philipp91](https://github.com/Philipp91)
  12. */
  13. export declare const de: Locale;