Export 0.1.45
[framework/web/web-ui-fw.git] / libs / js / globalize / lib / cultures / globalize.culture.lv.js
1 /*
2  * Globalize Culture lv
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( "lv", "default", {
29         name: "lv",
30         englishName: "Latvian",
31         nativeName: "latviešu",
32         language: "lv",
33         numberFormat: {
34                 ",": " ",
35                 ".": ",",
36                 negativeInfinity: "-bezgalība",
37                 positiveInfinity: "bezgalība",
38                 percent: {
39                         pattern: ["-n%","n%"],
40                         ",": " ",
41                         ".": ","
42                 },
43                 currency: {
44                         pattern: ["-$ n","$ n"],
45                         ",": " ",
46                         ".": ",",
47                         symbol: "Ls"
48                 }
49         },
50         calendars: {
51                 standard: {
52                         "/": ".",
53                         firstDay: 1,
54                         days: {
55                                 names: ["svētdiena","pirmdiena","otrdiena","trešdiena","ceturtdiena","piektdiena","sestdiena"],
56                                 namesAbbr: ["sv","pr","ot","tr","ce","pk","se"],
57                                 namesShort: ["sv","pr","ot","tr","ce","pk","se"]
58                         },
59                         months: {
60                                 names: ["janvāris","februāris","marts","aprīlis","maijs","jūnijs","jūlijs","augusts","septembris","oktobris","novembris","decembris",""],
61                                 namesAbbr: ["jan","feb","mar","apr","mai","jūn","jūl","aug","sep","okt","nov","dec",""]
62                         },
63                         monthsGenitive: {
64                                 names: ["janvārī","februārī","martā","aprīlī","maijā","jūnijā","jūlijā","augustā","septembrī","oktobrī","novembrī","decembrī",""],
65                                 namesAbbr: ["jan","feb","mar","apr","mai","jūn","jūl","aug","sep","okt","nov","dec",""]
66                         },
67                         AM: null,
68                         PM: null,
69                         patterns: {
70                                 d: "yyyy.MM.dd.",
71                                 D: "dddd, yyyy'. gada 'd. MMMM",
72                                 t: "H:mm",
73                                 T: "H:mm:ss",
74                                 f: "dddd, yyyy'. gada 'd. MMMM H:mm",
75                                 F: "dddd, yyyy'. gada 'd. MMMM H:mm:ss",
76                                 M: "d. MMMM",
77                                 Y: "yyyy. MMMM"
78                         }
79                 }
80         }
81 });
82
83 }( this ));