/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
- /*
- * Globalize Culture es-AR
- *
- * http://github.com/jquery/globalize
- *
- * Copyright Software Freedom Conservancy, Inc.
- * Dual licensed under the MIT or GPL Version 2 licenses.
- * http://jquery.org/license
- *
- * This file was generated by the Globalize Culture Generator
- * Translation: bugs found in this file need to be fixed in the generator
- */
- (function( window, undefined ) {
- var Globalize;
- if ( typeof require !== "undefined" &&
- typeof exports !== "undefined" &&
- typeof module !== "undefined" ) {
- // Assume CommonJS
- Globalize = require( "globalize" );
- } else {
- // Global variable
- Globalize = window.Globalize;
- }
- Globalize.addCultureInfo( "es-AR", "default", {
- name: "es-AR",
- englishName: "Spanish (Argentina)",
- nativeName: "Español (Argentina)",
- language: "es",
- numberFormat: {
- ",": ".",
- ".": ",",
- "NaN": "NeuN",
- negativeInfinity: "-Infinito",
- positiveInfinity: "Infinito",
- percent: {
- ",": ".",
- ".": ","
- },
- currency: {
- pattern: ["$-n","$ n"],
- ",": ".",
- ".": ","
- }
- },
- calendars: {
- standard: {
- days: {
- names: ["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],
- namesAbbr: ["dom","lun","mar","mié","jue","vie","sáb"],
- namesShort: ["do","lu","ma","mi","ju","vi","sá"]
- },
- months: {
- names: ["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre",""],
- namesAbbr: ["ene","feb","mar","abr","may","jun","jul","ago","sep","oct","nov","dic",""]
- },
- AM: ["a.m.","a.m.","A.M."],
- PM: ["p.m.","p.m.","P.M."],
- eras: [{"name":"d.C.","start":null,"offset":0}],
- patterns: {
- d: "dd/MM/yyyy",
- D: "dddd, dd' de 'MMMM' de 'yyyy",
- t: "hh:mm tt",
- T: "hh:mm:ss tt",
- f: "dddd, dd' de 'MMMM' de 'yyyy hh:mm tt",
- F: "dddd, dd' de 'MMMM' de 'yyyy hh:mm:ss tt",
- M: "dd MMMM",
- Y: "MMMM' de 'yyyy"
- }
- }
- }
- });
- }( this ));