www-thermferm/jqwidgets/globalization/globalize.culture.hr-HR.js

changeset 709
5b6d7b640e52
parent 708
13555c27b592
child 710
abe60578d695
equal deleted inserted replaced
708:13555c27b592 709:5b6d7b640e52
1 /* tslint:disable */
2 /* eslint-disable */
3 /*
4 * Globalize Culture hr-HR
5 *
6 * http://github.com/jquery/globalize
7 *
8 * Copyright Software Freedom Conservancy, Inc.
9 * Dual licensed under the MIT or GPL Version 2 licenses.
10 * http://jquery.org/license
11 *
12 * This file was generated by the Globalize Culture Generator
13 * Translation: bugs found in this file need to be fixed in the generator
14 */
15
16 (function( window, undefined ) {
17
18 var Globalize;
19
20 if ( typeof require !== "undefined" &&
21 typeof exports !== "undefined" &&
22 typeof module !== "undefined" ) {
23 // Assume CommonJS
24 Globalize = require( "globalize" );
25 } else {
26 // Global variable
27 Globalize = window.Globalize;
28 }
29
30 Globalize.addCultureInfo( "hr-HR", "default", {
31 name: "hr-HR",
32 englishName: "Croatian (Croatia)",
33 nativeName: "hrvatski (Hrvatska)",
34 language: "hr",
35 numberFormat: {
36 pattern: ["- n"],
37 ",": ".",
38 ".": ",",
39 percent: {
40 pattern: ["-n%","n%"],
41 ",": ".",
42 ".": ","
43 },
44 currency: {
45 pattern: ["-n $","n $"],
46 ",": ".",
47 ".": ",",
48 symbol: "kn"
49 }
50 },
51 calendars: {
52 standard: {
53 "/": ".",
54 firstDay: 1,
55 days: {
56 names: ["nedjelja","ponedjeljak","utorak","srijeda","četvrtak","petak","subota"],
57 namesAbbr: ["ned","pon","uto","sri","čet","pet","sub"],
58 namesShort: ["ne","po","ut","sr","če","pe","su"]
59 },
60 months: {
61 names: ["siječanj","veljača","ožujak","travanj","svibanj","lipanj","srpanj","kolovoz","rujan","listopad","studeni","prosinac",""],
62 namesAbbr: ["sij","vlj","ožu","tra","svi","lip","srp","kol","ruj","lis","stu","pro",""]
63 },
64 monthsGenitive: {
65 names: ["siječnja","veljače","ožujka","travnja","svibnja","lipnja","srpnja","kolovoza","rujna","listopada","studenog","prosinca",""],
66 namesAbbr: ["sij","vlj","ožu","tra","svi","lip","srp","kol","ruj","lis","stu","pro",""]
67 },
68 AM: null,
69 PM: null,
70 patterns: {
71 d: "d.M.yyyy.",
72 D: "d. MMMM yyyy.",
73 t: "H:mm",
74 T: "H:mm:ss",
75 f: "d. MMMM yyyy. H:mm",
76 F: "d. MMMM yyyy. H:mm:ss",
77 M: "d. MMMM"
78 }
79 }
80 }
81 });
82
83 }( this ));

mercurial