META-INF.resources.bower_components.globalize-languages.tzm-Latn.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["tzm-Latn"] = $.extend(true, {}, en, {
name: "tzm-Latn",
englishName: "Tamazight (Latin)",
nativeName: "Tamazight",
language: "tzm-Latn",
numberFormat: {
pattern: ["n-"],
',': ".",
'.': ",",
percent: {
',': ".",
'.': ","
},
currency: {
pattern: ["-n $", "n $"],
symbol: "DZD"
}
},
calendars: {
standard: $.extend(true, {}, standard, {
'/': "-",
firstDay: 6,
days: {
names: ["Acer", "Arime", "Aram", "Ahad", "Amhadh", "Sem", "Sedh"],
namesAbbr: ["Ace", "Ari", "Ara", "Aha", "Amh", "Sem", "Sed"],
namesShort: ["Ac", "Ar", "Ar", "Ah", "Am", "Se", "Se"]
},
months: {
names: ["Yenayer", "Furar", "Maghres", "Yebrir", "Mayu", "Yunyu", "Yulyu", "Ghuct", "Cutenber", "Ktuber", "Wambir", "Dujanbir", ""],
namesAbbr: ["Yen", "Fur", "Mag", "Yeb", "May", "Yun", "Yul", "Ghu", "Cut", "Ktu", "Wam", "Duj", ""]
},
AM: null,
PM: null,
patterns: {
d: "dd-MM-yyyy",
D: "dd MMMM, yyyy",
t: "H:mm",
T: "H:mm:ss",
f: "dd MMMM, yyyy H:mm",
F: "dd MMMM, yyyy H:mm:ss",
M: "dd MMMM"
}
})
}
}, cultures["tzm-Latn"]);
culture.calendar = culture.calendars.standard;
})(jQuery);