Revert "Export"
[framework/web/web-ui-fw.git] / libs / js / globalize / lib / cultures / globalize.culture.en-IN.js
1 /*
2  * Globalize Culture en-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( "en-IN", "default", {
29         name: "en-IN",
30         englishName: "English (India)",
31         nativeName: "English (India)",
32         numberFormat: {
33                 groupSizes: [3,2],
34                 percent: {
35                         groupSizes: [3,2]
36                 },
37                 currency: {
38                         pattern: ["$ -n","$ n"],
39                         groupSizes: [3,2],
40                         symbol: "Rs."
41                 }
42         },
43         calendars: {
44                 standard: {
45                         "/": "-",
46                         firstDay: 1,
47                         patterns: {
48                                 d: "dd-MM-yyyy",
49                                 D: "dd MMMM yyyy",
50                                 t: "HH:mm",
51                                 T: "HH:mm:ss",
52                                 f: "dd MMMM yyyy HH:mm",
53                                 F: "dd MMMM yyyy HH:mm:ss",
54                                 M: "dd MMMM"
55                         }
56                 }
57         }
58 });
59
60 }( this ));