META-INF.resources.bower_components.globalize-languages.hy.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["hy"] = $.extend(true, {}, en, {
name: "hy",
englishName: "Armenian",
nativeName: "Հայերեն",
language: "hy",
numberFormat: {
currency: {
pattern: ["-n $", "n $"],
symbol: "դր."
}
},
calendars: {
standard: $.extend(true, {}, standard, {
'/': ".",
firstDay: 1,
days: {
names: ["Կիրակի", "Երկուշաբթի", "Երեքշաբթի", "Չորեքշաբթի", "Հինգշաբթի", "ՈՒրբաթ", "Շաբաթ"],
namesAbbr: ["Կիր", "Երկ", "Երք", "Չրք", "Հնգ", "ՈՒր", "Շբթ"],
namesShort: ["Կ", "Ե", "Ե", "Չ", "Հ", "Ո", "Շ"]
},
months: {
names: ["Հունվար", "Փետրվար", "Մարտ", "Ապրիլ", "Մայիս", "Հունիս", "Հուլիս", "Օգոստոս", "Սեպտեմբեր", "Հոկտեմբեր", "Նոյեմբեր", "Դեկտեմբեր", ""],
namesAbbr: ["ՀՆՎ", "ՓՏՎ", "ՄՐՏ", "ԱՊՐ", "ՄՅՍ", "ՀՆՍ", "ՀԼՍ", "ՕԳՍ", "ՍԵՊ", "ՀՈԿ", "ՆՈՅ", "ԴԵԿ", ""]
},
AM: null,
PM: null,
patterns: {
d: "dd.MM.yyyy",
D: "d MMMM, yyyy",
t: "H:mm",
T: "H:mm:ss",
f: "d MMMM, yyyy H:mm",
F: "d MMMM, yyyy H:mm:ss",
M: "d MMMM"
}
})
}
}, cultures["hy"]);
culture.calendar = culture.calendars.standard;
})(jQuery);