@progress/kendo-ui
Version:
This package is part of the [Kendo UI for jQuery](http://www.telerik.com/kendo-ui) suite.
122 lines (121 loc) • 1.91 kB
JavaScript
//#region ../src/cultures/kendo.culture.moh.js
(function(window, undefined) {
kendo.cultures["moh"] = {
name: "moh",
numberFormat: {
pattern: ["-n"],
decimals: 2,
",": ",",
".": ".",
groupSize: [3],
percent: {
pattern: ["-n %", "n %"],
decimals: 2,
",": ",",
".": ".",
groupSize: [3],
symbol: "%"
},
currency: {
name: "",
abbr: "",
pattern: ["-$n", "$n"],
decimals: 2,
",": ",",
".": ".",
groupSize: [3],
symbol: "$"
}
},
calendars: { standard: {
days: {
names: [
"Awentatokentì:ke",
"Awentataón'ke",
"Ratironhia'kehronòn:ke",
"Soséhne",
"Okaristiiáhne",
"Ronwaia'tanentaktonhne",
"Entákta"
],
namesAbbr: [
"Sun",
"Mon",
"Tue",
"Wed",
"Thu",
"Fri",
"Sat"
],
namesShort: [
"S",
"M",
"T",
"W",
"T",
"F",
"S"
]
},
months: {
names: [
"Tsothohrkó:Wa",
"Enniska",
"Enniskó:Wa",
"Onerahtókha",
"Onerahtohkó:Wa",
"Ohiari:Ha",
"Ohiarihkó:Wa",
"Seskéha",
"Seskehkó:Wa",
"Kenténha",
"Kentenhkó:Wa",
"Tsothóhrha"
],
namesAbbr: [
"Jan",
"Feb",
"Mar",
"Apr",
"May",
"Jun",
"Jul",
"Aug",
"Sep",
"Oct",
"Nov",
"Dec"
]
},
AM: [
"AM",
"am",
"AM"
],
PM: [
"PM",
"pm",
"PM"
],
patterns: {
d: "M/d/yyyy",
D: "dddd, MMMM dd, yyyy",
F: "dddd, MMMM dd, yyyy h:mm:ss tt",
g: "M/d/yyyy h:mm tt",
G: "M/d/yyyy h:mm:ss tt",
m: "MMMM dd",
M: "MMMM dd",
s: "yyyy'-'MM'-'dd'T'HH':'mm':'ss",
t: "h:mm tt",
T: "h:mm:ss tt",
u: "yyyy'-'MM'-'dd HH':'mm':'ss'Z'",
y: "MMMM, yyyy",
Y: "MMMM, yyyy"
},
"/": "/",
":": ":",
firstDay: 0
} }
};
})();
//#endregion