META-INF.resources.bower_components.globalize-languages.fil-PH.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jwebmp-globalize Show documentation
Show all versions of jwebmp-globalize Show documentation
The JWebSwing implementation for a full Globalization
(function ($) {
var cultures = Globalize.cultures,
en = cultures.en,
standard = en.calendars.standard,
culture = cultures["fil-PH"] = $.extend(true, {}, en, {
name: "fil-PH",
englishName: "Filipino (Philippines)",
nativeName: "Filipino (Pilipinas)",
language: "fil",
numberFormat: {
currency: {
symbol: "PhP"
}
},
calendars: {
standard: $.extend(true, {}, standard, {
days: {
names: ["Linggo", "Lunes", "Martes", "Mierkoles", "Huebes", "Biernes", "Sabado"],
namesAbbr: ["Lin", "Lun", "Mar", "Mier", "Hueb", "Bier", "Saba"],
namesShort: ["L", "L", "M", "M", "H", "B", "S"]
},
months: {
names: ["Enero", "Pebrero", "Marso", "Abril", "Mayo", "Hunyo", "Hulyo", "Agosto", "Septyembre", "Oktubre", "Nobyembre", "Disyembre", ""],
namesAbbr: ["En", "Peb", "Mar", "Abr", "Mayo", "Hun", "Hul", "Agos", "Sept", "Okt", "Nob", "Dis", ""]
},
eras: [{"name": "Anno Domini", "start": null, "offset": 0}]
})
}
}, cultures["fil-PH"]);
culture.calendar = culture.calendars.standard;
})(jQuery);