ar-DZ.d.ts 336 B

12345678910
  1. import type { Locale } from "./types.js";
  2. /**
  3. * @category Locales
  4. * @summary Arabic locale (Algerian Arabic).
  5. * @language Algerian Arabic
  6. * @iso-639-2 ara
  7. * @author Badreddine Boumaza [@badre429](https://github.com/badre429)
  8. * @author Ahmed ElShahat [@elshahat](https://github.com/elshahat)
  9. */
  10. export declare const arDZ: Locale;