tr.d.ts 508 B

123456789101112131415
  1. import type { Locale } from "./types.js";
  2. /**
  3. * @category Locales
  4. * @summary Turkish locale.
  5. * @language Turkish
  6. * @iso-639-2 tur
  7. * @author Alpcan Aydın [@alpcanaydin](https://github.com/alpcanaydin)
  8. * @author Berkay Sargın [@berkaey](https://github.com/berkaey)
  9. * @author Fatih Bulut [@bulutfatih](https://github.com/bulutfatih)
  10. * @author Ismail Demirbilek [@dbtek](https://github.com/dbtek)
  11. * @author İsmail Kayar [@ikayar](https://github.com/ikayar)
  12. *
  13. *
  14. */
  15. export declare const tr: Locale;