oc.d.ts 197 B

123456789
  1. import type { Locale } from "./types.js";
  2. /**
  3. * @category Locales
  4. * @summary Occitan locale.
  5. * @language Occitan
  6. * @iso-639-2 oci
  7. * @author Quentin PAGÈS
  8. */
  9. export declare const oc: Locale;