META-INF.resources.bower_components.globalize-languages.xh-ZA.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["xh-ZA"] = $.extend(true, {}, en, {
name: "xh-ZA",
englishName: "isiXhosa (South Africa)",
nativeName: "isiXhosa (uMzantsi Afrika)",
language: "xh",
numberFormat: {
percent: {
pattern: ["-%n", "%n"]
},
currency: {
pattern: ["$-n", "$ n"],
symbol: "R"
}
},
calendars: {
standard: $.extend(true, {}, standard, {
days: {
names: ["iCawa", "uMvulo", "uLwesibini", "uLwesithathu", "uLwesine", "uLwesihlanu", "uMgqibelo"],
namesShort: ["Ca", "Mv", "Lb", "Lt", "Ln", "Lh", "Mg"]
},
months: {
names: ["Mqungu", "Mdumba", "Kwindla", "Tshazimpuzi", "Canzibe", "Silimela", "Khala", "Thupha", "Msintsi", "Dwarha", "Nkanga", "Mnga", ""]
},
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["xh-ZA"]);
culture.calendar = culture.calendars.standard;
})(jQuery);