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. if (n === 1)
  12. return 1;
  13. return 5;
  14. }
  15. export default [
  16. 'af',
  17. [
  18. ['v', 'n'],
  19. ['vm.', 'nm.'],
  20. ],
  21. ,
  22. [
  23. ['S', 'M', 'D', 'W', 'D', 'V', 'S'], ['So.', 'Ma.', 'Di.', 'Wo.', 'Do.', 'Vr.', 'Sa.'],
  24. ['Sondag', 'Maandag', 'Dinsdag', 'Woensdag', 'Donderdag', 'Vrydag', 'Saterdag'],
  25. ['So.', 'Ma.', 'Di.', 'Wo.', 'Do.', 'Vr.', 'Sa.']
  26. ],
  27. ,
  28. [
  29. ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'],
  30. ['Jan.', 'Feb.', 'Mrt.', 'Apr.', 'Mei', 'Jun.', 'Jul.', 'Aug.', 'Sep.', 'Okt.', 'Nov.', 'Des.'],
  31. [
  32. 'Januarie', 'Februarie', 'Maart', 'April', 'Mei', 'Junie', 'Julie', 'Augustus', 'September',
  33. 'Oktober', 'November', 'Desember'
  34. ]
  35. ],
  36. ,
  37. [['v.C.', 'n.C.'], , ['voor Christus', 'na Christus']], 0, [6, 0],
  38. ['y-MM-dd', 'dd MMM y', 'dd MMMM y', 'EEEE, dd MMMM y'],
  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'], 'R', 'Suid-Afrikaanse rand', plural
  47. ];
  48. //# sourceMappingURL=af.js.map