Revert "Export"
[framework/web/web-ui-fw.git] / libs / js / globalize / lib / cultures / globalize.culture.kl-GL.js
1 /*
2  * Globalize Culture kl-GL
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( "kl-GL", "default", {
29         name: "kl-GL",
30         englishName: "Greenlandic (Greenland)",
31         nativeName: "kalaallisut (Kalaallit Nunaat)",
32         language: "kl",
33         numberFormat: {
34                 ",": ".",
35                 ".": ",",
36                 groupSizes: [3,0],
37                 negativeInfinity: "-INF",
38                 positiveInfinity: "INF",
39                 percent: {
40                         groupSizes: [3,0],
41                         ",": ".",
42                         ".": ","
43                 },
44                 currency: {
45                         pattern: ["$ -n","$ n"],
46                         groupSizes: [3,0],
47                         ",": ".",
48                         ".": ",",
49                         symbol: "kr."
50                 }
51         },
52         calendars: {
53                 standard: {
54                         "/": "-",
55                         firstDay: 1,
56                         days: {
57                                 names: ["sapaat","ataasinngorneq","marlunngorneq","pingasunngorneq","sisamanngorneq","tallimanngorneq","arfininngorneq"],
58                                 namesAbbr: ["sap","ata","mar","ping","sis","tal","arf"],
59                                 namesShort: ["sa","at","ma","pi","si","ta","ar"]
60                         },
61                         months: {
62                                 names: ["januari","februari","martsi","apriili","maaji","juni","juli","aggusti","septembari","oktobari","novembari","decembari",""],
63                                 namesAbbr: ["jan","feb","mar","apr","mai","jun","jul","aug","sep","okt","nov","dec",""]
64                         },
65                         AM: null,
66                         PM: null,
67                         patterns: {
68                                 d: "dd-MM-yyyy",
69                                 D: "d. MMMM yyyy",
70                                 t: "HH:mm",
71                                 T: "HH:mm:ss",
72                                 f: "d. MMMM yyyy HH:mm",
73                                 F: "d. MMMM yyyy HH:mm:ss",
74                                 M: "d. MMMM",
75                                 Y: "MMMM yyyy"
76                         }
77                 }
78         }
79 });
80
81 }( this ));