Sha256: 0f839e466d87694acf69dc5bc955f2b648b02d6049d627bee6e5bd940186c2f5
Contents?: true
Size: 1.68 KB
Versions: 22
Compression:
Stored size: 1.68 KB
Contents
(function($) { var cultures = $.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);
Version data entries
22 entries across 22 versions & 2 rubygems