Revert "Export"
[platform/framework/web/web-ui-fw.git] / libs / js / globalize / lib / cultures / globalize.culture.hr.js
1 /*
2  * Globalize Culture hr
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( "hr", "default", {
29         name: "hr",
30         englishName: "Croatian",
31         nativeName: "hrvatski",
32         language: "hr",
33         numberFormat: {
34                 pattern: ["- n"],
35                 ",": ".",
36                 ".": ",",
37                 percent: {
38                         pattern: ["-n%","n%"],
39                         ",": ".",
40                         ".": ","
41                 },
42                 currency: {
43                         pattern: ["-n $","n $"],
44                         ",": ".",
45                         ".": ",",
46                         symbol: "kn"
47                 }
48         },
49         calendars: {
50                 standard: {
51                         "/": ".",
52                         firstDay: 1,
53                         days: {
54                                 names: ["nedjelja","ponedjeljak","utorak","srijeda","četvrtak","petak","subota"],
55                                 namesAbbr: ["ned","pon","uto","sri","čet","pet","sub"],
56                                 namesShort: ["ne","po","ut","sr","če","pe","su"]
57                         },
58                         months: {
59                                 names: ["siječanj","veljača","ožujak","travanj","svibanj","lipanj","srpanj","kolovoz","rujan","listopad","studeni","prosinac",""],
60                                 namesAbbr: ["sij","vlj","ožu","tra","svi","lip","srp","kol","ruj","lis","stu","pro",""]
61                         },
62                         monthsGenitive: {
63                                 names: ["siječnja","veljače","ožujka","travnja","svibnja","lipnja","srpnja","kolovoza","rujna","listopada","studenog","prosinca",""],
64                                 namesAbbr: ["sij","vlj","ožu","tra","svi","lip","srp","kol","ruj","lis","stu","pro",""]
65                         },
66                         AM: null,
67                         PM: null,
68                         patterns: {
69                                 d: "d.M.yyyy.",
70                                 D: "d. MMMM yyyy.",
71                                 t: "H:mm",
72                                 T: "H:mm:ss",
73                                 f: "d. MMMM yyyy. H:mm",
74                                 F: "d. MMMM yyyy. H:mm:ss",
75                                 M: "d. MMMM"
76                         }
77                 }
78         }
79 });
80
81 }( this ));