ka.d.ts 299 B

12345678910
  1. import type { Locale } from "./types.js";
  2. /**
  3. * @category Locales
  4. * @summary Georgian locale.
  5. * @language Georgian
  6. * @iso-639-2 geo
  7. * @author Lado Lomidze [@Landish](https://github.com/Landish)
  8. * @author Nick Shvelidze [@shvelo](https://github.com/shvelo)
  9. */
  10. export declare const ka: Locale;