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

META-INF.resources.bower_components.globalize-languages.ii.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["ii"] = $.extend(true, {}, en, {
            name: "ii",
            englishName: "Yi",
            nativeName: "ꆈꌠꁱꂷ",
            language: "ii",
            numberFormat: {
                groupSizes: [3, 0],
                percent: {
                    pattern: ["-n%", "n%"],
                    groupSizes: [3, 0]
                },
                currency: {
                    pattern: ["$-n", "$n"],
                    symbol: "¥"
                }
            },
            calendars: {
                standard: $.extend(true, {}, standard, {
                    firstDay: 1,
                    days: {
                        names: ["ꑭꆏꑍ", "ꆏꊂ꒔", "ꆏꊂꑍ", "ꆏꊂꌕ", "ꆏꊂꇖ", "ꆏꊂꉬ", "ꆏꊂꃘ"],
                        namesAbbr: ["ꑭꆏ", "ꆏ꒔", "ꆏꑍ", "ꆏꌕ", "ꆏꇖ", "ꆏꉬ", "ꆏꃘ"],
                        namesShort: ["ꆏ", "꒔", "ꑍ", "ꌕ", "ꇖ", "ꉬ", "ꃘ"]
                    },
                    months: {
                        names: ["ꋍꆪ", "ꑍꆪ", "ꌕꆪ", "ꇖꆪ", "ꉬꆪ", "ꃘꆪ", "ꏃꆪ", "ꉆꆪ", "ꈬꆪ", "ꊰꆪ", "ꊯꊪꆪ", "ꊰꑋꆪ", ""],
                        namesAbbr: ["ꋍꆪ", "ꑍꆪ", "ꌕꆪ", "ꇖꆪ", "ꉬꆪ", "ꃘꆪ", "ꏃꆪ", "ꉆꆪ", "ꈬꆪ", "ꊰꆪ", "ꊯꊪꆪ", "ꊰꑋꆪ", ""]
                    },
                    AM: ["ꂵꆪꈌꈐ", "ꂵꆪꈌꈐ", "ꂵꆪꈌꈐ"],
                    PM: ["ꂵꆪꈌꉈ", "ꂵꆪꈌꉈ", "ꂵꆪꈌꉈ"],
                    eras: [{"name": "ꇬꑼ", "start": null, "offset": 0}],
                    patterns: {
                        d: "yyyy/M/d",
                        D: "yyyy'ꈎ' M'ꆪ' d'ꑍ'",
                        t: "tt h:mm",
                        T: "H:mm:ss",
                        f: "yyyy'ꈎ' M'ꆪ' d'ꑍ' tt h:mm",
                        F: "yyyy'ꈎ' M'ꆪ' d'ꑍ' H:mm:ss",
                        M: "M'ꆪ' d'ꑍ'",
                        Y: "yyyy'ꈎ' M'ꆪ'"
                    }
                })
            }
        }, cultures["ii"]);
    culture.calendar = culture.calendars.standard;
})(jQuery);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy