1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. if (n === 1)
  12. return 1;
  13. return 5;
  14. }
  15. export default [
  16. 'vo',
  17. [
  18. ['AM', 'PM'],
  19. ,
  20. ],
  21. ,
  22. [
  23. ['S', 'M', 'T', 'W', 'T', 'F', 'S'],
  24. ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'],
  25. ,
  26. ],
  27. ,
  28. [
  29. ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'],
  30. ['M01', 'M02', 'M03', 'M04', 'M05', 'M06', 'M07', 'M08', 'M09', 'M10', 'M11', 'M12'],
  31. ],
  32. ,
  33. [
  34. ['BCE', 'CE'],
  35. ,
  36. ],
  37. 1, [6, 0], ['y-MM-dd', 'y MMM d', 'y MMMM d', 'y MMMM d, EEEE'],
  38. ['HH:mm', 'HH:mm:ss', 'HH:mm:ss z', 'HH:mm:ss zzzz'],
  39. [
  40. '{1} {0}',
  41. ,
  42. ,
  43. ],
  44. ['.', ',', ';', '%', '+', '-', 'E', '×', '‰', '∞', 'NaN', ':'],
  45. ['#,##0.###', '#,##0%', '¤ #,##0.00', '#E0'], , plural
  46. ];
  47. //# sourceMappingURL=vo.js.map