fa-IR.d.ts 250 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 import type { Locale } from "./types.js"; /** * @category Locales * @summary Persian/Farsi locale (Iran). * @language Persian * @iso-639-2 ira * @author Morteza Ziyae [@mort3za](https://github.com/mort3za) */ export declare const faIR: Locale;