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