@progress/kendo-ui
Version:
This package is part of the [Kendo UI for jQuery](http://www.telerik.com/kendo-ui) suite.
123 lines (121 loc) • 1.9 kB
JavaScript
//#region ../src/cultures/kendo.culture.es-DO.js
(function(window, undefined) {
kendo.cultures["es-DO"] = {
name: "es-DO",
numberFormat: {
pattern: ["-n"],
decimals: 2,
",": ",",
".": ".",
groupSize: [3],
percent: {
pattern: ["-n %", "n %"],
decimals: 2,
",": ",",
".": ".",
groupSize: [3],
symbol: "%"
},
currency: {
name: "Dominican Peso",
abbr: "DOP",
pattern: ["($n)", "$n"],
decimals: 2,
",": ",",
".": ".",
groupSize: [3],
symbol: "$"
}
},
calendars: { standard: {
days: {
names: [
"domingo",
"lunes",
"martes",
"miércoles",
"jueves",
"viernes",
"sábado"
],
namesAbbr: [
"dom.",
"lun.",
"mar.",
"mié.",
"jue.",
"vie.",
"sáb."
],
namesShort: [
"DO",
"LU",
"MA",
"MI",
"JU",
"VI",
"SA"
]
},
months: {
names: [
"enero",
"febrero",
"marzo",
"abril",
"mayo",
"junio",
"julio",
"agosto",
"septiembre",
"octubre",
"noviembre",
"diciembre"
],
namesAbbr: [
"ene.",
"feb.",
"mar.",
"abr.",
"may.",
"jun.",
"jul.",
"ago.",
"sep.",
"oct.",
"nov.",
"dic."
]
},
AM: [
"a. m.",
"a. m.",
"A. M."
],
PM: [
"p. m.",
"p. m.",
"P. M."
],
patterns: {
d: "d/M/yyyy",
D: "dddd, d 'de' MMMM 'de' yyyy",
F: "dddd, d 'de' MMMM 'de' yyyy h:mm:ss tt",
g: "d/M/yyyy h:mm tt",
G: "d/M/yyyy h:mm:ss tt",
m: "d 'de' MMMM",
M: "d 'de' MMMM",
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 'de' yyyy",
Y: "MMMM 'de' yyyy"
},
"/": "/",
":": ":",
firstDay: 0
} }
};
})();
//#endregion