de-AT.d.ts 264 B

123456789
  1. import type { Locale } from "./types.js";
  2. /**
  3. * @category Locales
  4. * @summary German locale (Austria).
  5. * @language German
  6. * @iso-639-2 deu
  7. * @author Christoph Tobias Stenglein [@cstenglein](https://github.com/cstenglein)
  8. */
  9. export declare const deAT: Locale;