META-INF.resources.bower_components.globalize-languages.pt-BR.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["pt-BR"] = $.extend(true, {}, en, {
name: "pt-BR",
englishName: "Portuguese (Brazil)",
nativeName: "Português (Brasil)",
language: "pt",
numberFormat: {
',': ".",
'.': ",",
percent: {
pattern: ["-n%", "n%"],
',': ".",
'.': ","
},
currency: {
pattern: ["-$ n", "$ n"],
',': ".",
'.': ",",
symbol: "R$"
}
},
calendars: {
standard: $.extend(true, {}, standard, {
days: {
names: ["domingo", "segunda-feira", "terça-feira", "quarta-feira", "quinta-feira", "sexta-feira", "sábado"],
namesAbbr: ["dom", "seg", "ter", "qua", "qui", "sex", "sáb"],
namesShort: ["D", "S", "T", "Q", "Q", "S", "S"]
},
months: {
names: ["janeiro", "fevereiro", "março", "abril", "maio", "junho", "julho", "agosto", "setembro", "outubro", "novembro", "dezembro", ""],
namesAbbr: ["jan", "fev", "mar", "abr", "mai", "jun", "jul", "ago", "set", "out", "nov", "dez", ""]
},
AM: null,
PM: null,
eras: [{"name": "d.C.", "start": null, "offset": 0}],
patterns: {
d: "dd/MM/yyyy",
D: "dddd, d' de 'MMMM' de 'yyyy",
t: "HH:mm",
T: "HH:mm:ss",
f: "dddd, d' de 'MMMM' de 'yyyy HH:mm",
F: "dddd, d' de 'MMMM' de 'yyyy HH:mm:ss",
M: "dd' de 'MMMM",
Y: "MMMM' de 'yyyy"
}
})
}
}, cultures["pt-BR"]);
culture.calendar = culture.calendars.standard;
})(jQuery);
© 2015 - 2025 Weber Informatics LLC | Privacy Policy