Files
2026-06-10 12:14:46 -03:00

10 lines
260 B
TypeScript

import type { Locale } from "./types.ts";
/**
* @category Locales
* @summary Arabic locale (Sauid Arabic).
* @language Arabic
* @iso-639-2 ara
* @author Dhaifallah Alwadani [@dalwadani](https://github.com/dalwadani)
*/
export declare const arSA: Locale;