fix arm build issue
[framework/web/web-ui-fw.git] / libs / js / globalize / lib / cultures / globalize.culture.as-IN.js
1 /*
2  * Globalize Culture as-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( "as-IN", "default", {
29         name: "as-IN",
30         englishName: "Assamese (India)",
31         nativeName: "অসমীয়া (ভাৰত)",
32         language: "as",
33         numberFormat: {
34                 groupSizes: [3,2],
35                 NaN: "nan",
36                 negativeInfinity: "-infinity",
37                 positiveInfinity: "infinity",
38                 percent: {
39                         pattern: ["-n%","n%"],
40                         groupSizes: [3,2]
41                 },
42                 currency: {
43                         pattern: ["$ -n","n$"],
44                         groupSizes: [3,2],
45                         symbol: "ট"
46                 }
47         },
48         calendars: {
49                 standard: {
50                         "/": "-",
51                         firstDay: 1,
52                         days: {
53                                 names: ["সোমবাৰ","মঙ্গলবাৰ","বুধবাৰ","বৃহস্পতিবাৰ","শুক্রবাৰ","শনিবাৰ","ৰবিবাৰ"],
54                                 namesAbbr: ["সোম.","মঙ্গল.","বুধ.","বৃহ.","শুক্র.","শনি.","ৰবি."],
55                                 namesShort: ["সো","ম","বু","বৃ","শু","শ","র"]
56                         },
57                         months: {
58                                 names: ["জানুৱাৰী","ফেব্রুৱাৰী","মার্চ","এপ্রিল","মে","জুন","জুলাই","আগষ্ট","চেপ্টেম্বর","অক্টোবর","নবেম্বর","ডিচেম্বর",""],
59                                 namesAbbr: ["জানু","ফেব্রু","মার্চ","এপ্রিল","মে","জুন","জুলাই","আগষ্ট","চেপ্টে","অক্টো","নবে","ডিচে",""]
60                         },
61                         AM: ["ৰাতিপু","ৰাতিপু","ৰাতিপু"],
62                         PM: ["আবেলি","আবেলি","আবেলি"],
63                         eras: [{"name":"খ্রীষ্টাব্দ","start":null,"offset":0}],
64                         patterns: {
65                                 d: "dd-MM-yyyy",
66                                 D: "yyyy,MMMM dd, dddd",
67                                 t: "tt h:mm",
68                                 T: "tt h:mm:ss",
69                                 f: "yyyy,MMMM dd, dddd tt h:mm",
70                                 F: "yyyy,MMMM dd, dddd tt h:mm:ss",
71                                 M: "dd MMMM",
72                                 Y: "MMMM,yy"
73                         }
74                 }
75         }
76 });
77
78 }( this ));