Revert "Export"
[platform/framework/web/web-ui-fw.git] / libs / js / globalize / lib / cultures / globalize.culture.kk-KZ.js
1 /*
2  * Globalize Culture kk-KZ
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( "kk-KZ", "default", {
29         name: "kk-KZ",
30         englishName: "Kazakh (Kazakhstan)",
31         nativeName: "Қазақ (Қазақстан)",
32         language: "kk",
33         numberFormat: {
34                 ",": " ",
35                 ".": ",",
36                 percent: {
37                         pattern: ["-n%","n%"],
38                         ",": " ",
39                         ".": ","
40                 },
41                 currency: {
42                         pattern: ["-$n","$n"],
43                         ",": " ",
44                         ".": "-",
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: null,
62                         PM: null,
63                         patterns: {
64                                 d: "dd.MM.yyyy",
65                                 D: "d MMMM yyyy 'ж.'",
66                                 t: "H:mm",
67                                 T: "H:mm:ss",
68                                 f: "d MMMM yyyy 'ж.' H:mm",
69                                 F: "d MMMM yyyy 'ж.' H:mm:ss",
70                                 M: "d MMMM",
71                                 Y: "MMMM yyyy"
72                         }
73                 }
74         }
75 });
76
77 }( this ));