ar-MA.d.ts 269 B

123456789
  1. import type { Locale } from "./types.js";
  2. /**
  3. * @category Locales
  4. * @summary Arabic locale (Moroccan Arabic).
  5. * @language Moroccan Arabic
  6. * @iso-639-2 ara
  7. * @author Achraf Rrami [@rramiachraf](https://github.com/rramiachraf)
  8. */
  9. export declare const arMA: Locale;