META-INF.resources.bower_components.globalize-languages.nso-ZA.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["nso-ZA"] = $.extend(true, {}, en, {
name: "nso-ZA",
englishName: "Sesotho sa Leboa (South Africa)",
nativeName: "Sesotho sa Leboa (Afrika Borwa)",
language: "nso",
numberFormat: {
percent: {
pattern: ["-%n", "%n"]
},
currency: {
pattern: ["$-n", "$ n"],
symbol: "R"
}
},
calendars: {
standard: $.extend(true, {}, standard, {
days: {
names: ["Lamorena", "Mošupologo", "Labobedi", "Laboraro", "Labone", "Labohlano", "Mokibelo"],
namesAbbr: ["Lam", "Moš", "Lbb", "Lbr", "Lbn", "Lbh", "Mok"],
namesShort: ["L", "M", "L", "L", "L", "L", "M"]
},
months: {
names: ["Pherekgong", "Hlakola", "Mopitlo", "Moranang", "Mosegamanye", "Ngoatobošego", "Phuphu", "Phato", "Lewedi", "Diphalana", "Dibatsela", "Manthole", ""],
namesAbbr: ["Pher", "Hlak", "Mop", "Mor", "Mos", "Ngwat", "Phup", "Phat", "Lew", "Dip", "Dib", "Man", ""]
},
patterns: {
d: "yyyy/MM/dd",
D: "dd MMMM yyyy",
t: "hh:mm tt",
T: "hh:mm:ss tt",
f: "dd MMMM yyyy hh:mm tt",
F: "dd MMMM yyyy hh:mm:ss tt",
M: "dd MMMM",
Y: "MMMM yyyy"
}
})
}
}, cultures["nso-ZA"]);
culture.calendar = culture.calendars.standard;
})(jQuery);