META-INF.resources.bower_components.globalize-languages.sr-Latn-RS.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
The newest version!
(function ($) {
var cultures = Globalize.cultures,
en = cultures.en,
standard = en.calendars.standard,
culture = cultures["sr-Latn-RS"] = $.extend(true, {}, en, {
name: "sr-Latn-RS",
englishName: "Serbian (Latin, Serbia)",
nativeName: "srpski (Srbija)",
language: "sr-Latn",
numberFormat: {
',': ".",
'.': ",",
percent: {
pattern: ["-n%", "n%"],
',': ".",
'.': ","
},
currency: {
pattern: ["-n $", "n $"],
',': ".",
'.': ",",
symbol: "Din."
}
},
calendars: {
standard: $.extend(true, {}, standard, {
'/': ".",
firstDay: 1,
days: {
names: ["nedelja", "ponedeljak", "utorak", "sreda", "četvrtak", "petak", "subota"],
namesAbbr: ["ned", "pon", "uto", "sre", "čet", "pet", "sub"],
namesShort: ["ne", "po", "ut", "sr", "če", "pe", "su"]
},
months: {
names: ["januar", "februar", "mart", "april", "maj", "jun", "jul", "avgust", "septembar", "oktobar", "novembar", "decembar", ""],
namesAbbr: ["jan", "feb", "mar", "apr", "maj", "jun", "jul", "avg", "sep", "okt", "nov", "dec", ""]
},
AM: null,
PM: null,
eras: [{"name": "n.e.", "start": null, "offset": 0}],
patterns: {
d: "d.M.yyyy",
D: "d. MMMM yyyy",
t: "H:mm",
T: "H:mm:ss",
f: "d. MMMM yyyy H:mm",
F: "d. MMMM yyyy H:mm:ss",
M: "d. MMMM",
Y: "MMMM yyyy"
}
})
}
}, cultures["sr-Latn-RS"]);
culture.calendar = culture.calendars.standard;
})(jQuery);