bg.d.ts 311 B

12345678910
  1. import type { Locale } from "./types.js";
  2. /**
  3. * @category Locales
  4. * @summary Bulgarian locale.
  5. * @language Bulgarian
  6. * @iso-639-2 bul
  7. * @author Nikolay Stoynov [@arvigeus](https://github.com/arvigeus)
  8. * @author Tsvetan Ovedenski [@fintara](https://github.com/fintara)
  9. */
  10. export declare const bg: Locale;