id.d.cts 449 B

123456789101112
  1. import type { Locale } from "./types.js";
  2. /**
  3. * @category Locales
  4. * @summary Indonesian locale.
  5. * @language Indonesian
  6. * @iso-639-2 ind
  7. * @author Rahmat Budiharso [@rbudiharso](https://github.com/rbudiharso)
  8. * @author Benget Nata [@bentinata](https://github.com/bentinata)
  9. * @author Budi Irawan [@deerawan](https://github.com/deerawan)
  10. * @author Try Ajitiono [@imballinst](https://github.com/imballinst)
  11. */
  12. export declare const id: Locale;