index.js 960 B

12345678910111213141516171819202122232425262728
  1. // import formatDistance from './_lib/formatDistance/index'
  2. // import formatLong from './_lib/formatLong/index'
  3. // import formatRelative from './_lib/formatRelative/index'
  4. // import localize from './_lib/localize/index'
  5. // import match from './_lib/match/index'
  6. /**
  7. * @type {Locale}
  8. * @category Locales
  9. * @summary Arabic locale (Modern Standard Arabic - Al-fussha).
  10. * @language Modern Standard Arabic
  11. * @iso-639-2 ara
  12. * @author Abdallah Hassan [@AbdallahAHO]{@link https://github.com/AbdallahAHO}
  13. */
  14. // var locale = {
  15. // code: 'ar',
  16. // formatDistance: formatDistance,
  17. // formatLong: formatLong,
  18. // formatRelative: formatRelative,
  19. // localize: localize,
  20. // match: match,
  21. // options: {
  22. // weekStartsOn: 6 /* Saturday */,
  23. // firstWeekContainsDate: 1
  24. // }
  25. // }
  26. // export default locale
  27. throw new Error('ar locale is currently unavailable. Please check the progress of converting this locale to v2.0.0 in this issue on Github: TBA');