Export 0.1.45
[framework/web/web-ui-fw.git] / libs / js / globalize / lib / cultures / globalize.culture.ml-IN.js
1 /*
2  * Globalize Culture ml-IN
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( "ml-IN", "default", {
29         name: "ml-IN",
30         englishName: "Malayalam (India)",
31         nativeName: "മലയാളം (ഭാരതം)",
32         language: "ml",
33         numberFormat: {
34                 groupSizes: [3,2],
35                 percent: {
36                         pattern: ["-%n","%n"],
37                         groupSizes: [3,2]
38                 },
39                 currency: {
40                         pattern: ["$ -n","$ n"],
41                         groupSizes: [3,2],
42                         symbol: "ക"
43                 }
44         },
45         calendars: {
46                 standard: {
47                         "/": "-",
48                         ":": ".",
49                         firstDay: 1,
50                         days: {
51                                 names: ["ഞായറാഴ്ച","തിങ്കളാഴ്ച","ചൊവ്വാഴ്ച","ബുധനാഴ്ച","വ്യാഴാഴ്ച","വെള്ളിയാഴ്ച","ശനിയാഴ്ച"],
52                                 namesAbbr: ["ഞായർ.","തിങ്കൾ.","ചൊവ്വ.","ബുധൻ.","വ്യാഴം.","വെള്ളി.","ശനി."],
53                                 namesShort: ["ഞ","ത","ച","ബ","വ","വെ","ശ"]
54                         },
55                         months: {
56                                 names: ["ജനുവരി","ഫെബ്റുവരി","മാറ്ച്ച്","ഏപ്റില്","മെയ്","ജൂണ്","ജൂലൈ","ഓഗസ്ററ്","സെപ്ററംബറ്","ഒക്ടോബറ്","നവംബറ്","ഡിസംബറ്",""],
57                                 namesAbbr: ["ജനുവരി","ഫെബ്റുവരി","മാറ്ച്ച്","ഏപ്റില്","മെയ്","ജൂണ്","ജൂലൈ","ഓഗസ്ററ്","സെപ്ററംബറ്","ഒക്ടോബറ്","നവംബറ്","ഡിസംബറ്",""]
58                         },
59                         patterns: {
60                                 d: "dd-MM-yy",
61                                 D: "dd MMMM yyyy",
62                                 t: "HH.mm",
63                                 T: "HH.mm.ss",
64                                 f: "dd MMMM yyyy HH.mm",
65                                 F: "dd MMMM yyyy HH.mm.ss",
66                                 M: "dd MMMM"
67                         }
68                 }
69         }
70 });
71
72 }( this ));