UNPKG

433 BTypeScriptView Raw
1import 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 */
12export declare const frCH: Locale;