Skip to content

Commit 64f0156

Browse files
committed
Fix es-ES locale.
1 parent 4f1a5b2 commit 64f0156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/locale/es-ES.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ d3.locale.es_ES = d3.locale({
1010
time: "%H:%M:%S",
1111
periods: ["AM", "PM"],
1212
days: ["domingo", "lunes", "martes", "miércoles", "jueves", "viernes", "sábado"],
13-
shortDays: ["lun", "mar", "mie", "jue", "vie", "vie", "sab"],
13+
shortDays: ["dom", "lun", "mar", "mié", "jue", "vie", "sáb"],
1414
months: ["enero", "febrero", "marzo", "abril", "mayo", "junio", "julio", "agosto", "septiembre", "octubre", "noviembre", "diciembre"],
1515
shortMonths: ["ene", "feb", "mar", "abr", "may", "jun", "jul", "ago", "sep", "oct", "nov", "dic"]
1616
});

0 commit comments

Comments
 (0)