123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. /**
  2. * @license
  3. * Copyright Google Inc. All Rights Reserved.
  4. *
  5. * Use of this source code is governed by an MIT-style license that can be
  6. * found in the LICENSE file at https://angular.io/license
  7. */
  8. // THIS CODE IS GENERATED - DO NOT MODIFY
  9. // See angular/tools/gulp-tasks/cldr/extract.js
  10. function plural(n) {
  11. return 5;
  12. }
  13. export default [
  14. 'lrc',
  15. [
  16. ['AM', 'PM'],
  17. ,
  18. ],
  19. ,
  20. [
  21. ['S', 'M', 'T', 'W', 'T', 'F', 'S'],
  22. ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'],
  23. ,
  24. ],
  25. ,
  26. [
  27. ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'],
  28. [
  29. 'جانڤیە', 'فئڤریە', 'مارس', 'آڤریل', 'مئی', 'جوٙأن',
  30. 'جوٙلا', 'آگوست', 'سئپتامر', 'ئوکتوڤر', 'نوڤامر', 'دئسامر'
  31. ],
  32. ],
  33. ,
  34. [
  35. ['BCE', 'CE'],
  36. ,
  37. ],
  38. 6, [5, 5], ['y-MM-dd', 'y MMM d', 'y MMMM d', 'y MMMM d, EEEE'],
  39. ['HH:mm', 'HH:mm:ss', 'HH:mm:ss z', 'HH:mm:ss zzzz'],
  40. [
  41. '{1} {0}',
  42. ,
  43. ,
  44. ],
  45. ['.', ',', ';', '%', '+', '-', 'E', '×', '‰', '∞', 'NaN', ':'],
  46. ['#,##0.###', '#,##0%', '¤ #,##0.00', '#E0'], 'IRR', 'IRR', plural
  47. ];
  48. //# sourceMappingURL=lrc.js.map