META-INF.resources.bower_components.globalize-languages.af.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["af"] = $.extend(true, {}, en, {
name: "af",
englishName: "Afrikaans",
nativeName: "Afrikaans",
language: "af",
numberFormat: {
percent: {
pattern: ["-n%", "n%"]
},
currency: {
pattern: ["$-n", "$ n"],
symbol: "R"
}
},
calendars: {
standard: $.extend(true, {}, standard, {
days: {
names: ["Sondag", "Maandag", "Dinsdag", "Woensdag", "Donderdag", "Vrydag", "Saterdag"],
namesAbbr: ["Son", "Maan", "Dins", "Woen", "Dond", "Vry", "Sat"],
namesShort: ["So", "Ma", "Di", "Wo", "Do", "Vr", "Sa"]
},
months: {
names: ["Januarie", "Februarie", "Maart", "April", "Mei", "Junie", "Julie", "Augustus", "September", "Oktober", "November", "Desember", ""],
namesAbbr: ["Jan", "Feb", "Mar", "Apr", "Mei", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Des", ""]
},
patterns: {
d: "yyyy/MM/dd",
D: "dd MMMM yyyy",
t: "hh:mm tt",
T: "hh:mm:ss tt",
f: "dd MMMM yyyy hh:mm tt",
F: "dd MMMM yyyy hh:mm:ss tt",
M: "dd MMMM",
Y: "MMMM yyyy"
}
})
}
}, cultures["af"]);
culture.calendar = culture.calendars.standard;
})(jQuery);