/test/libs/cultures/globalize.culture.es-AR.js

http://github.com/daffl/jquery.dform · JavaScript · 77 lines · 58 code · 5 blank · 14 comment · 2 complexity · d023979404f02703d08a42025e862f71 MD5 · raw file

  1. /*
  2. * Globalize Culture es-AR
  3. *
  4. * http://github.com/jquery/globalize
  5. *
  6. * Copyright Software Freedom Conservancy, Inc.
  7. * Dual licensed under the MIT or GPL Version 2 licenses.
  8. * http://jquery.org/license
  9. *
  10. * This file was generated by the Globalize Culture Generator
  11. * Translation: bugs found in this file need to be fixed in the generator
  12. */
  13. (function( window, undefined ) {
  14. var Globalize;
  15. if ( typeof require !== "undefined" &&
  16. typeof exports !== "undefined" &&
  17. typeof module !== "undefined" ) {
  18. // Assume CommonJS
  19. Globalize = require( "globalize" );
  20. } else {
  21. // Global variable
  22. Globalize = window.Globalize;
  23. }
  24. Globalize.addCultureInfo( "es-AR", "default", {
  25. name: "es-AR",
  26. englishName: "Spanish (Argentina)",
  27. nativeName: "Español (Argentina)",
  28. language: "es",
  29. numberFormat: {
  30. ",": ".",
  31. ".": ",",
  32. "NaN": "NeuN",
  33. negativeInfinity: "-Infinito",
  34. positiveInfinity: "Infinito",
  35. percent: {
  36. ",": ".",
  37. ".": ","
  38. },
  39. currency: {
  40. pattern: ["$-n","$ n"],
  41. ",": ".",
  42. ".": ","
  43. }
  44. },
  45. calendars: {
  46. standard: {
  47. days: {
  48. names: ["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],
  49. namesAbbr: ["dom","lun","mar","mié","jue","vie","sáb"],
  50. namesShort: ["do","lu","ma","mi","ju","vi","sá"]
  51. },
  52. months: {
  53. names: ["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre",""],
  54. namesAbbr: ["ene","feb","mar","abr","may","jun","jul","ago","sep","oct","nov","dic",""]
  55. },
  56. AM: ["a.m.","a.m.","A.M."],
  57. PM: ["p.m.","p.m.","P.M."],
  58. eras: [{"name":"d.C.","start":null,"offset":0}],
  59. patterns: {
  60. d: "dd/MM/yyyy",
  61. D: "dddd, dd' de 'MMMM' de 'yyyy",
  62. t: "hh:mm tt",
  63. T: "hh:mm:ss tt",
  64. f: "dddd, dd' de 'MMMM' de 'yyyy hh:mm tt",
  65. F: "dddd, dd' de 'MMMM' de 'yyyy hh:mm:ss tt",
  66. M: "dd MMMM",
  67. Y: "MMMM' de 'yyyy"
  68. }
  69. }
  70. }
  71. });
  72. }( this ));