All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.resources.bower_components.globalize-languages.nso.js Maven / Gradle / Ivy

There is a newer version: 1.2.2.1-jre17
Show newest version
(function ($) {
    var cultures = Globalize.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);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy