51 строка
1.1 KiB
JavaScript
51 строка
1.1 KiB
JavaScript
|
ej.addCulture( "sr-Latn-RS", {
|
||
|
name: "sr-Latn-RS",
|
||
|
englishName: "Serbian (Latin, Serbia)",
|
||
|
nativeName: "srpski (Srbija)",
|
||
|
language: "sr-Latn",
|
||
|
numberFormat: {
|
||
|
",": ".",
|
||
|
".": ",",
|
||
|
negativeInfinity: "-beskonačnost",
|
||
|
positiveInfinity: "+beskonačnost",
|
||
|
percent: {
|
||
|
pattern: ["-n%","n%"],
|
||
|
",": ".",
|
||
|
".": ","
|
||
|
},
|
||
|
currency: {
|
||
|
pattern: ["-n $","n $"],
|
||
|
",": ".",
|
||
|
".": ",",
|
||
|
symbol: "din."
|
||
|
}
|
||
|
},
|
||
|
calendars: {
|
||
|
standard: {
|
||
|
"/": ".",
|
||
|
firstDay: 1,
|
||
|
days: {
|
||
|
names: ["nedelja","ponedeljak","utorak","sreda","četvrtak","petak","subota"],
|
||
|
namesAbbr: ["ned.","pon.","ut.","sr.","č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.","mart","apr.","maj","jun","jul","avg.","sept.","okt.","nov.","dec.",""]
|
||
|
},
|
||
|
AM: null,
|
||
|
PM: null,
|
||
|
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."
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
});
|