123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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. if (n === 2)
  14. return 2;
  15. return 5;
  16. }
  17. export default [
  18. 'naq',
  19. [
  20. ['ǁgoagas', 'ǃuias'],
  21. ,
  22. ],
  23. ,
  24. [
  25. ['S', 'M', 'E', 'W', 'D', 'F', 'A'], ['Son', 'Ma', 'De', 'Wu', 'Do', 'Fr', 'Sat'],
  26. [
  27. 'Sontaxtsees', 'Mantaxtsees', 'Denstaxtsees', 'Wunstaxtsees', 'Dondertaxtsees',
  28. 'Fraitaxtsees', 'Satertaxtsees'
  29. ],
  30. ['Son', 'Ma', 'De', 'Wu', 'Do', 'Fr', 'Sat']
  31. ],
  32. ,
  33. [
  34. ['J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D'],
  35. ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'],
  36. [
  37. 'ǃKhanni', 'ǃKhanǀgôab', 'ǀKhuuǁkhâb', 'ǃHôaǂkhaib', 'ǃKhaitsâb', 'Gamaǀaeb',
  38. 'ǂKhoesaob', 'Aoǁkhuumûǁkhâb', 'Taraǀkhuumûǁkhâb', 'ǂNûǁnâiseb', 'ǀHooǂgaeb',
  39. 'Hôasoreǁkhâb'
  40. ]
  41. ],
  42. ,
  43. [['BC', 'AD'], , ['Xristub aiǃâ', 'Xristub khaoǃgâ']], 1, [6, 0],
  44. ['dd/MM/y', 'd MMM y', 'd MMMM y', 'EEEE, d MMMM y'],
  45. ['h:mm a', 'h:mm:ss a', 'h:mm:ss a z', 'h:mm:ss a zzzz'],
  46. [
  47. '{1} {0}',
  48. ,
  49. ,
  50. ],
  51. ['.', ',', ';', '%', '+', '-', 'E', '×', '‰', '∞', 'NaN', ':'],
  52. ['#,##0.###', '#,##0%', '¤#,##0.00', '#E0'], 'ZAR', 'South African Randi', plural
  53. ];
  54. //# sourceMappingURL=naq.js.map