META-INF.resources.bower_components.globalize-languages.fy.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
The newest version!
(function ($) {
var cultures = Globalize.cultures,
en = cultures.en,
standard = en.calendars.standard,
culture = cultures["fy"] = $.extend(true, {}, en, {
name: "fy",
englishName: "Frisian",
nativeName: "Frysk",
language: "fy",
numberFormat: {
',': ".",
'.': ",",
percent: {
',': ".",
'.': ","
},
currency: {
pattern: ["$ -n", "$ n"],
',': ".",
'.': ",",
symbol: "€"
}
},
calendars: {
standard: $.extend(true, {}, standard, {
'/': "-",
firstDay: 1,
days: {
names: ["Snein", "Moandei", "Tiisdei", "Woansdei", "Tongersdei", "Freed", "Sneon"],
namesAbbr: ["Sn", "Mo", "Ti", "Wo", "To", "Fr", "Sn"],
namesShort: ["S", "M", "T", "W", "T", "F", "S"]
},
months: {
names: ["jannewaris", "febrewaris", "maart", "april", "maaie", "juny", "july", "augustus", "septimber", "oktober", "novimber", "desimber", ""],
namesAbbr: ["jann", "febr", "mrt", "apr", "maaie", "jun", "jul", "aug", "sept", "okt", "nov", "des", ""]
},
AM: null,
PM: null,
patterns: {
d: "d-M-yyyy",
D: "dddd d MMMM yyyy",
t: "H:mm",
T: "H:mm:ss",
f: "dddd d MMMM yyyy H:mm",
F: "dddd d MMMM yyyy H:mm:ss",
M: "dd MMMM",
Y: "MMMM yyyy"
}
})
}
}, cultures["fy"]);
culture.calendar = culture.calendars.standard;
})(jQuery);