pt-BR.d.cts 329 B

12345678910
  1. import type { Locale } from "./types.js";
  2. /**
  3. * @category Locales
  4. * @summary Portuguese locale (Brazil).
  5. * @language Portuguese
  6. * @iso-639-2 por
  7. * @author Lucas Duailibe [@duailibe](https://github.com/duailibe)
  8. * @author Yago Carballo [@yagocarballo](https://github.com/YagoCarballo)
  9. */
  10. export declare const ptBR: Locale;