fix arm build issue
[framework/web/web-ui-fw.git] / libs / js / globalize / lib / cultures / globalize.culture.ka.js
1 /*
2  * Globalize Culture ka
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( "ka", "default", {
29         name: "ka",
30         englishName: "Georgian",
31         nativeName: "ქართული",
32         language: "ka",
33         numberFormat: {
34                 ",": " ",
35                 ".": ",",
36                 percent: {
37                         ",": " ",
38                         ".": ","
39                 },
40                 currency: {
41                         pattern: ["-n $","n $"],
42                         ",": " ",
43                         ".": ",",
44                         symbol: "Lari"
45                 }
46         },
47         calendars: {
48                 standard: {
49                         "/": ".",
50                         firstDay: 1,
51                         days: {
52                                 names: ["კვირა","ორშაბათი","სამშაბათი","ოთხშაბათი","ხუთშაბათი","პარასკევი","შაბათი"],
53                                 namesAbbr: ["კვირა","ორშაბათი","სამშაბათი","ოთხშაბათი","ხუთშაბათი","პარასკევი","შაბათი"],
54                                 namesShort: ["კ","ო","ს","ო","ხ","პ","შ"]
55                         },
56                         months: {
57                                 names: ["იანვარი","თებერვალი","მარტი","აპრილი","მაისი","ივნისი","ივლისი","აგვისტო","სექტემბერი","ოქტომბერი","ნოემბერი","დეკემბერი",""],
58                                 namesAbbr: ["იან","თებ","მარ","აპრ","მაის","ივნ","ივლ","აგვ","სექ","ოქტ","ნოემ","დეკ",""]
59                         },
60                         AM: null,
61                         PM: null,
62                         patterns: {
63                                 d: "dd.MM.yyyy",
64                                 D: "yyyy 'წლის' dd MM, dddd",
65                                 t: "H:mm",
66                                 T: "H:mm:ss",
67                                 f: "yyyy 'წლის' dd MM, dddd H:mm",
68                                 F: "yyyy 'წლის' dd MM, dddd H:mm:ss",
69                                 M: "dd MM",
70                                 Y: "MMMM yyyy"
71                         }
72                 }
73         }
74 });
75
76 }( this ));