Sha256: c27a7783cde9abda50c4cc5a9dc91825d800325b0ad1dee58e5436246f40e377
Contents?: true
Size: 1.65 KB
Versions: 22
Compression:
Stored size: 1.65 KB
Contents
(function($) { var cultures = $.cultures, en = cultures.en, standard = en.calendars.standard, culture = cultures["nso"] = $.extend(true, {}, en, { name: "nso", englishName: "Sesotho sa Leboa", nativeName: "Sesotho sa Leboa", 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"]); culture.calendar = culture.calendars.standard; })(jQuery);
Version data entries
22 entries across 22 versions & 2 rubygems