ro.d.ts 370 B

1234567891011
  1. import type { Locale } from "./types.js";
  2. /**
  3. * @category Locales
  4. * @summary Romanian locale.
  5. * @language Romanian
  6. * @iso-639-2 ron
  7. * @author Sergiu Munteanu [@jsergiu](https://github.com/jsergiu)
  8. * @author Adrian Ocneanu [@aocneanu](https://github.com/aocneanu)
  9. * @author Mihai Ocneanu [@gandesc](https://github.com/gandesc)
  10. */
  11. export declare const ro: Locale;