fr-CH.d.cts 433 B

123456789101112
  1. import type { Locale } from "./types.js";
  2. /**
  3. * @category Locales
  4. * @summary French locale (Switzerland).
  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 Van Vuong Ngo [@vanvuongngo](https://github.com/vanvuongngo)
  10. * @author Alex Hoeing [@dcbn](https://github.com/dcbn)
  11. */
  12. export declare const frCH: Locale;