fix arm build issue
[framework/web/web-ui-fw.git] / libs / js / globalize / lib / cultures / globalize.culture.es-US.js
1 /*
2  * Globalize Culture es-US
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
14 (function( window, undefined ) {
15
16 var Globalize;
17
18 if ( typeof require !== "undefined"
19         && typeof exports !== "undefined"
20         && typeof module !== "undefined" ) {
21         // Assume CommonJS
22         Globalize = require( "globalize" );
23 } else {
24         // Global variable
25         Globalize = window.Globalize;
26 }
27
28 Globalize.addCultureInfo( "es-US", "default", {
29         name: "es-US",
30         englishName: "Spanish (United States)",
31         nativeName: "Español (Estados Unidos)",
32         language: "es",
33         numberFormat: {
34                 groupSizes: [3,0],
35                 NaN: "NeuN",
36                 negativeInfinity: "-Infinito",
37                 positiveInfinity: "Infinito",
38                 percent: {
39                         groupSizes: [3,0]
40                 }
41         },
42         calendars: {
43                 standard: {
44                         days: {
45                                 names: ["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],
46                                 namesAbbr: ["dom","lun","mar","mié","jue","vie","sáb"],
47                                 namesShort: ["do","lu","ma","mi","ju","vi","sa"]
48                         },
49                         months: {
50                                 names: ["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre",""],
51                                 namesAbbr: ["ene","feb","mar","abr","may","jun","jul","ago","sep","oct","nov","dic",""]
52                         },
53                         eras: [{"name":"d.C.","start":null,"offset":0}],
54                         patterns: {
55                                 M: "dd' de 'MMMM",
56                                 Y: "MMMM' de 'yyyy"
57                         }
58                 }
59         }
60 });
61
62 }( this ));