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

META-INF.resources.bower_components.globalize-languages.en-PH.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["en-PH"] = $.extend(true, {}, en, {
            name: "en-PH",
            englishName: "English (Republic of the Philippines)",
            nativeName: "English (Philippines)",
            numberFormat: {
                currency: {
                    symbol: "Php"
                }
            }
        }, cultures["en-PH"]);
    culture.calendar = culture.calendars.standard;
})(jQuery);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy