META-INF.resources.bower_components.globalize-languages.et-EE.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["et-EE"] = $.extend(true, {}, en, {
name: "et-EE",
englishName: "Estonian (Estonia)",
nativeName: "eesti (Eesti)",
language: "et",
numberFormat: {
',': " ",
'.': ",",
percent: {
pattern: ["-n%", "n%"],
',': " ",
'.': ","
},
currency: {
pattern: ["-n $", "n $"],
',': " ",
symbol: "kr"
}
},
calendars: {
standard: $.extend(true, {}, standard, {
'/': ".",
firstDay: 1,
days: {
names: ["pühapäev", "esmaspäev", "teisipäev", "kolmapäev", "neljapäev", "reede", "laupäev"],
namesAbbr: ["P", "E", "T", "K", "N", "R", "L"],
namesShort: ["P", "E", "T", "K", "N", "R", "L"]
},
months: {
names: ["jaanuar", "veebruar", "märts", "aprill", "mai", "juuni", "juuli", "august", "september", "oktoober", "november", "detsember", ""],
namesAbbr: ["jaan", "veebr", "märts", "apr", "mai", "juuni", "juuli", "aug", "sept", "okt", "nov", "dets", ""]
},
AM: ["EL", "el", "EL"],
PM: ["PL", "pl", "PL"],
patterns: {
d: "d.MM.yyyy",
D: "d. MMMM yyyy'. a.'",
t: "H:mm",
T: "H:mm:ss",
f: "d. MMMM yyyy'. a.' H:mm",
F: "d. MMMM yyyy'. a.' H:mm:ss",
M: "d. MMMM",
Y: "MMMM yyyy'. a.'"
}
})
}
}, cultures["et-EE"]);
culture.calendar = culture.calendars.standard;
})(jQuery);