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

META-INF.resources.bower_components.globalize-languages.it-CH.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["it-CH"] = $.extend(true, {}, en, {
            name: "it-CH",
            englishName: "Italian (Switzerland)",
            nativeName: "italiano (Svizzera)",
            language: "it",
            numberFormat: {
                ',': "'",
                percent: {
                    pattern: ["-n%", "n%"],
                    ',': "'"
                },
                currency: {
                    pattern: ["$-n", "$ n"],
                    ',': "'",
                    symbol: "fr."
                }
            },
            calendars: {
                standard: $.extend(true, {}, standard, {
                    '/': ".",
                    firstDay: 1,
                    days: {
                        names: ["domenica", "lunedì", "martedì", "mercoledì", "giovedì", "venerdì", "sabato"],
                        namesAbbr: ["dom", "lun", "mar", "mer", "gio", "ven", "sab"],
                        namesShort: ["do", "lu", "ma", "me", "gi", "ve", "sa"]
                    },
                    months: {
                        names: ["gennaio", "febbraio", "marzo", "aprile", "maggio", "giugno", "luglio", "agosto", "settembre", "ottobre", "novembre", "dicembre", ""],
                        namesAbbr: ["gen", "feb", "mar", "apr", "mag", "giu", "lug", "ago", "set", "ott", "nov", "dic", ""]
                    },
                    AM: null,
                    PM: null,
                    eras: [{"name": "d.C.", "start": null, "offset": 0}],
                    patterns: {
                        d: "dd.MM.yyyy",
                        D: "dddd, d. MMMM yyyy",
                        t: "HH:mm",
                        T: "HH:mm:ss",
                        f: "dddd, d. MMMM yyyy HH:mm",
                        F: "dddd, d. MMMM yyyy HH:mm:ss",
                        M: "d. MMMM",
                        Y: "MMMM yyyy"
                    }
                })
            }
        }, cultures["it-CH"]);
    culture.calendar = culture.calendars.standard;
})(jQuery);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy