123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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. 'cu',
  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. ['M01', 'M02', 'M03', 'M04', 'M05', 'M06', 'M07', 'M08', 'M09', 'M10', 'M11', 'M12'],
  29. ],
  30. ,
  31. [
  32. ['BCE', 'CE'],
  33. ,
  34. ],
  35. 1, [6, 0], ['y-MM-dd', 'y MMM d', 'y MMMM d', 'y MMMM d, EEEE'],
  36. ['HH:mm', 'HH:mm:ss', 'HH:mm:ss z', 'HH:mm:ss zzzz'],
  37. [
  38. '{1} {0}',
  39. ,
  40. ,
  41. ],
  42. ['.', ',', ';', '%', '+', '-', 'E', '×', '‰', '∞', 'NaN', ':'],
  43. ['#,##0.###', '#,##0%', '¤ #,##0.00', '#E0'], '₽', 'RUB', plural
  44. ];
  45. //# sourceMappingURL=cu.js.map