gd.d.ts 251 B

123456789
  1. import type { Locale } from "./types.js";
  2. /**
  3. * @category Locales
  4. * @summary Scottish Gaelic.
  5. * @language Scottish Gaelic
  6. * @iso-639-2 gla
  7. * @author Lee Driscoll [@leedriscoll](https://github.com/leedriscoll)
  8. */
  9. export declare const gd: Locale;