Revert "Export"
[framework/web/web-ui-fw.git] / libs / js / globalize / lib / cultures / globalize.culture.uz-Latn.js
1 /*
2  * Globalize Culture uz-Latn
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( "uz-Latn", "default", {
29         name: "uz-Latn",
30         englishName: "Uzbek (Latin)",
31         nativeName: "U'zbek",
32         language: "uz-Latn",
33         numberFormat: {
34                 ",": " ",
35                 ".": ",",
36                 percent: {
37                         pattern: ["-n%","n%"],
38                         ",": " ",
39                         ".": ","
40                 },
41                 currency: {
42                         pattern: ["-n $","n $"],
43                         decimals: 0,
44                         ",": " ",
45                         ".": ",",
46                         symbol: "so'm"
47                 }
48         },
49         calendars: {
50                 standard: {
51                         firstDay: 1,
52                         days: {
53                                 names: ["yakshanba","dushanba","seshanba","chorshanba","payshanba","juma","shanba"],
54                                 namesAbbr: ["yak.","dsh.","sesh.","chr.","psh.","jm.","sh."],
55                                 namesShort: ["ya","d","s","ch","p","j","sh"]
56                         },
57                         months: {
58                                 names: ["yanvar","fevral","mart","aprel","may","iyun","iyul","avgust","sentyabr","oktyabr","noyabr","dekabr",""],
59                                 namesAbbr: ["yanvar","fevral","mart","aprel","may","iyun","iyul","avgust","sentyabr","oktyabr","noyabr","dekabr",""]
60                         },
61                         AM: null,
62                         PM: null,
63                         patterns: {
64                                 d: "dd/MM yyyy",
65                                 D: "yyyy 'yil' d-MMMM",
66                                 t: "HH:mm",
67                                 T: "HH:mm:ss",
68                                 f: "yyyy 'yil' d-MMMM HH:mm",
69                                 F: "yyyy 'yil' d-MMMM HH:mm:ss",
70                                 M: "d-MMMM",
71                                 Y: "MMMM yyyy"
72                         }
73                 }
74         }
75 });
76
77 }( this ));