ff-MR.js 1.5KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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. var i = Math.floor(Math.abs(n));
  12. if (i === 0 || i === 1)
  13. return 1;
  14. return 5;
  15. }
  16. export default [
  17. 'ff-MR',
  18. [
  19. ['subaka', 'kikiiɗe'],
  20. ,
  21. ],
  22. ,
  23. [
  24. ['d', 'a', 'm', 'n', 'n', 'm', 'h'], ['dew', 'aaɓ', 'maw', 'nje', 'naa', 'mwd', 'hbi'],
  25. ['dewo', 'aaɓnde', 'mawbaare', 'njeslaare', 'naasaande', 'mawnde', 'hoore-biir'],
  26. ['dew', 'aaɓ', 'maw', 'nje', 'naa', 'mwd', 'hbi']
  27. ],
  28. ,
  29. [
  30. ['s', 'c', 'm', 's', 'd', 'k', 'm', 'j', 's', 'y', 'j', 'b'],
  31. ['sii', 'col', 'mbo', 'see', 'duu', 'kor', 'mor', 'juk', 'slt', 'yar', 'jol', 'bow'],
  32. [
  33. 'siilo', 'colte', 'mbooy', 'seeɗto', 'duujal', 'korse', 'morso', 'juko', 'siilto',
  34. 'yarkomaa', 'jolal', 'bowte'
  35. ]
  36. ],
  37. ,
  38. [['H-I', 'C-I'], , ['Hade Iisa', 'Caggal Iisa']], 1, [6, 0],
  39. ['d/M/y', 'd MMM, y', 'd MMMM y', 'EEEE d MMMM y'],
  40. ['h:mm a', 'h:mm:ss a', 'h:mm:ss a z', 'h:mm:ss a zzzz'],
  41. [
  42. '{1} {0}',
  43. ,
  44. ,
  45. ],
  46. [',', ' ', ';', '%', '+', '-', 'E', '×', '‰', '∞', 'NaN', ':'],
  47. ['#,##0.###', '#,##0%', '#,##0.00 ¤', '#E0'], 'UM', 'Ugiyya Muritani', plural
  48. ];
  49. //# sourceMappingURL=ff-MR.js.map