@progress/kendo-ui
Version:
This package is part of the [Kendo UI for jQuery](http://www.telerik.com/kendo-ui) suite.
68 lines (65 loc) • 2.27 kB
JavaScript
require('../kendo.polyfill.js');
(function( window, undefined$1 ) {
kendo.cultures["gl"] = {
name: "gl",
numberFormat: {
pattern: ["-n"],
decimals: 2,
",": ".",
".": ",",
groupSize: [3],
percent: {
pattern: ["-n %","n %"],
decimals: 2,
",": ".",
".": ",",
groupSize: [3],
symbol: "%"
},
currency: {
name: "",
abbr: "",
pattern: ["-n $","n $"],
decimals: 2,
",": ".",
".": ",",
groupSize: [3],
symbol: "€"
}
},
calendars: {
standard: {
days: {
names: ["domingo","luns","martes","mércores","xoves","venres","sábado"],
namesAbbr: ["dom.","luns","mar.","mér.","xov.","ven.","sáb."],
namesShort: ["do.","lu.","ma.","mé.","xo.","ve.","sá."]
},
months: {
names: ["Xaneiro","Febreiro","Marzo","Abril","Maio","Xuño","Xullo","Agosto","Setembro","Outubro","Novembro","Decembro"],
namesAbbr: ["Xan.","Feb.","Mar.","Abr.","Maio","Xuño","Xul.","Ago.","Set.","Out.","Nov.","Dec."]
},
AM: ["a.m.","a.m.","A.M."],
PM: ["p.m.","p.m.","P.M."],
patterns: {
d: "dd/MM/yyyy",
D: "dddd, d 'de' MMMM 'de' yyyy",
F: "dddd, d 'de' MMMM 'de' yyyy HH:mm:ss",
g: "dd/MM/yyyy HH:mm",
G: "dd/MM/yyyy HH:mm:ss",
m: "d 'de' MMMM",
M: "d 'de' MMMM",
s: "yyyy'-'MM'-'dd'T'HH':'mm':'ss",
t: "HH:mm",
T: "HH:mm:ss",
u: "yyyy'-'MM'-'dd HH':'mm':'ss'Z'",
y: "MMMM 'de' yyyy",
Y: "MMMM 'de' yyyy"
},
"/": "/",
":": ":",
firstDay: 1
}
}
};
})();
;