Revert "Export"
[platform/framework/web/web-ui-fw.git] / libs / js / globalize / lib / cultures / globalize.culture.es-DO.js
1 /*
2  * Globalize Culture es-DO
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-DO", "default", {
29         name: "es-DO",
30         englishName: "Spanish (Dominican Republic)",
31         nativeName: "Español (República Dominicana)",
32         language: "es",
33         numberFormat: {
34                 NaN: "NeuN",
35                 negativeInfinity: "-Infinito",
36                 positiveInfinity: "Infinito",
37                 currency: {
38                         symbol: "RD$"
39                 }
40         },
41         calendars: {
42                 standard: {
43                         days: {
44                                 names: ["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],
45                                 namesAbbr: ["dom","lun","mar","mié","jue","vie","sáb"],
46                                 namesShort: ["do","lu","ma","mi","ju","vi","sá"]
47                         },
48                         months: {
49                                 names: ["enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre",""],
50                                 namesAbbr: ["ene","feb","mar","abr","may","jun","jul","ago","sep","oct","nov","dic",""]
51                         },
52                         AM: ["a.m.","a.m.","A.M."],
53                         PM: ["p.m.","p.m.","P.M."],
54                         eras: [{"name":"d.C.","start":null,"offset":0}],
55                         patterns: {
56                                 d: "dd/MM/yyyy",
57                                 D: "dddd, dd' de 'MMMM' de 'yyyy",
58                                 t: "hh:mm tt",
59                                 T: "hh:mm:ss tt",
60                                 f: "dddd, dd' de 'MMMM' de 'yyyy hh:mm tt",
61                                 F: "dddd, dd' de 'MMMM' de 'yyyy hh:mm:ss tt",
62                                 M: "dd MMMM",
63                                 Y: "MMMM' de 'yyyy"
64                         }
65                 }
66         }
67 });
68
69 }( this ));