fr-CA.d.ts 372 B

1234567891011
  1. import type { Locale } from "./types.js";
  2. /**
  3. * @category Locales
  4. * @summary French locale (Canada).
  5. * @language French
  6. * @iso-639-2 fra
  7. * @author Jean Dupouy [@izeau](https://github.com/izeau)
  8. * @author François B [@fbonzon](https://github.com/fbonzon)
  9. * @author Gabriele Petrioli [@gpetrioli](https://github.com/gpetrioli)
  10. */
  11. export declare const frCA: Locale;