zh-TW.d.cts 379 B

1234567891011
  1. import type { Locale } from "./types.js";
  2. /**
  3. * @category Locales
  4. * @summary Chinese Traditional locale.
  5. * @language Chinese Traditional
  6. * @iso-639-2 zho
  7. * @author tonypai [@tpai](https://github.com/tpai)
  8. * @author Jack Hsu [@jackhsu978](https://github.com/jackhsu978)
  9. * @author Terrence Lam [@skyuplam](https://github.com/skyuplam)
  10. */
  11. export declare const zhTW: Locale;