@progress/kendo-ui
Version:
This package is part of the [Kendo UI for jQuery](http://www.telerik.com/kendo-ui) suite.
68 lines (65 loc) • 2.25 kB
JavaScript
require('../kendo.polyfill.js');
(function( window, undefined$1 ) {
kendo.cultures["af-ZA"] = {
name: "af-ZA",
numberFormat: {
pattern: ["-n"],
decimals: 2,
",": " ",
".": ",",
groupSize: [3],
percent: {
pattern: ["-n%","n%"],
decimals: 2,
",": " ",
".": ",",
groupSize: [3],
symbol: "%"
},
currency: {
name: "South African Rand",
abbr: "ZAR",
pattern: ["-$n","$n"],
decimals: 2,
",": " ",
".": ",",
groupSize: [3],
symbol: "R"
}
},
calendars: {
standard: {
days: {
names: ["Sondag","Maandag","Dinsdag","Woensdag","Donderdag","Vrydag","Saterdag"],
namesAbbr: ["So.","Ma.","Di.","Wo.","Do.","Vr.","Sa."],
namesShort: ["So.","Ma.","Di.","Wo.","Do.","Vr.","Sa."]
},
months: {
names: ["Januarie","Februarie","Maart","April","Mei","Junie","Julie","Augustus","September","Oktober","November","Desember"],
namesAbbr: ["Jan.","Feb.","Mrt.","Apr.","Mei","Jun.","Jul.","Aug.","Sep.","Okt.","Nov.","Des."]
},
AM: ["vm.","vm.","VM."],
PM: ["nm.","nm.","NM."],
patterns: {
d: "yyyy-MM-dd",
D: "dddd dd MMMM yyyy",
F: "dddd dd MMMM yyyy HH:mm:ss",
g: "yyyy-MM-dd HH:mm",
G: "yyyy-MM-dd HH:mm:ss",
m: "d MMMM",
M: "d MMMM",
s: "yyyy'-'MM'-'dd'T'HH':'mm':'ss",
t: "HH:mm",
T: "HH:mm:ss",
u: "yyyy'-'MM'-'dd HH':'mm':'ss'Z'",
y: "MMMM yyyy",
Y: "MMMM yyyy"
},
"/": "-",
":": ":",
firstDay: 0
}
}
};
})();
;