globalize.culture.hr-HR.js 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. /* tslint:disable */
  2. /* eslint-disable */
  3. /*
  4. * Globalize Culture hr-HR
  5. *
  6. * http://github.com/jquery/globalize
  7. *
  8. * Copyright Software Freedom Conservancy, Inc.
  9. * Dual licensed under the MIT or GPL Version 2 licenses.
  10. * http://jquery.org/license
  11. *
  12. * This file was generated by the Globalize Culture Generator
  13. * Translation: bugs found in this file need to be fixed in the generator
  14. */
  15. (function( window, undefined ) {
  16. var Globalize;
  17. if ( typeof require !== "undefined" &&
  18. typeof exports !== "undefined" &&
  19. typeof module !== "undefined" ) {
  20. // Assume CommonJS
  21. Globalize = require( "globalize" );
  22. } else {
  23. // Global variable
  24. Globalize = window.Globalize;
  25. }
  26. Globalize.addCultureInfo( "hr-HR", "default", {
  27. name: "hr-HR",
  28. englishName: "Croatian (Croatia)",
  29. nativeName: "hrvatski (Hrvatska)",
  30. language: "hr",
  31. numberFormat: {
  32. pattern: ["- n"],
  33. ",": ".",
  34. ".": ",",
  35. percent: {
  36. pattern: ["-n%","n%"],
  37. ",": ".",
  38. ".": ","
  39. },
  40. currency: {
  41. pattern: ["-n $","n $"],
  42. ",": ".",
  43. ".": ",",
  44. symbol: "kn"
  45. }
  46. },
  47. calendars: {
  48. standard: {
  49. "/": ".",
  50. firstDay: 1,
  51. days: {
  52. names: ["nedjelja","ponedjeljak","utorak","srijeda","četvrtak","petak","subota"],
  53. namesAbbr: ["ned","pon","uto","sri","čet","pet","sub"],
  54. namesShort: ["ne","po","ut","sr","če","pe","su"]
  55. },
  56. months: {
  57. names: ["siječanj","veljača","ožujak","travanj","svibanj","lipanj","srpanj","kolovoz","rujan","listopad","studeni","prosinac",""],
  58. namesAbbr: ["sij","vlj","ožu","tra","svi","lip","srp","kol","ruj","lis","stu","pro",""]
  59. },
  60. monthsGenitive: {
  61. names: ["siječnja","veljače","ožujka","travnja","svibnja","lipnja","srpnja","kolovoza","rujna","listopada","studenog","prosinca",""],
  62. namesAbbr: ["sij","vlj","ožu","tra","svi","lip","srp","kol","ruj","lis","stu","pro",""]
  63. },
  64. AM: null,
  65. PM: null,
  66. patterns: {
  67. d: "d.M.yyyy.",
  68. D: "d. MMMM yyyy.",
  69. t: "H:mm",
  70. T: "H:mm:ss",
  71. f: "d. MMMM yyyy. H:mm",
  72. F: "d. MMMM yyyy. H:mm:ss",
  73. M: "d. MMMM"
  74. }
  75. }
  76. }
  77. });
  78. }( this ));