META-INF.resources.bower_components.globalize-languages.es-US.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jwebmp-globalize Show documentation
Show all versions of jwebmp-globalize Show documentation
The JWebSwing implementation for a full Globalization
(function ($) {
var cultures = Globalize.cultures,
en = cultures.en,
standard = en.calendars.standard,
culture = cultures["es-US"] = $.extend(true, {}, en, {
name: "es-US",
englishName: "Spanish (United States)",
nativeName: "Español (Estados Unidos)",
language: "es",
numberFormat: {
groupSizes: [3, 0],
percent: {
groupSizes: [3, 0]
}
},
calendars: {
standard: $.extend(true, {}, 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", ""]
},
eras: [{"name": "d.C.", "start": null, "offset": 0}],
patterns: {
M: "dd' de 'MMMM",
Y: "MMMM' de 'yyyy"
}
})
}
}, cultures["es-US"]);
culture.calendar = culture.calendars.standard;
})(jQuery);
© 2015 - 2025 Weber Informatics LLC | Privacy Policy