zh-CN.d.ts 521 B

12345678910111213
  1. import type { Locale } from "./types.js";
  2. /**
  3. * @category Locales
  4. * @summary Chinese Simplified locale.
  5. * @language Chinese Simplified
  6. * @iso-639-2 zho
  7. * @author Changyu Geng [@KingMario](https://github.com/KingMario)
  8. * @author Song Shuoyun [@fnlctrl](https://github.com/fnlctrl)
  9. * @author sabrinaM [@sabrinamiao](https://github.com/sabrinamiao)
  10. * @author Carney Wu [@cubicwork](https://github.com/cubicwork)
  11. * @author Terrence Lam [@skyuplam](https://github.com/skyuplam)
  12. */
  13. export declare const zhCN: Locale;