mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-13 06:56:48 +00:00
assets self-hosted
This commit is contained in:
17
public/dist/locales/js-year-calendar.es.js
vendored
Normal file
17
public/dist/locales/js-year-calendar.es.js
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
/**
|
||||
* Spanish translation for js-year-calendar
|
||||
* Paul DAVID-SIVELLE
|
||||
* Based on
|
||||
* Spanish translation for bootstrap-datepicker
|
||||
* Bruno Bonamin <bruno.bonamin@gmail.com>
|
||||
*/
|
||||
|
||||
Calendar.locales['es'] = {
|
||||
days: ["Domingo", "Lunes", "Martes", "Miércoles", "Jueves", "Viernes", "Sábado"],
|
||||
daysShort: ["Dom", "Lun", "Mar", "Mié", "Jue", "Vie", "Sáb"],
|
||||
daysMin: ["Do", "Lu", "Ma", "Mi", "Ju", "Vi", "Sa"],
|
||||
months: ["Enero", "Febrero", "Marzo", "Abril", "Mayo", "Junio", "Julio", "Agosto", "Septiembre", "Octubre", "Noviembre", "Diciembre"],
|
||||
monthsShort: ["Ene", "Feb", "Mar", "Abr", "May", "Jun", "Jul", "Ago", "Sep", "Oct", "Nov", "Dic"],
|
||||
weekShort: 'S',
|
||||
weekStart: 1
|
||||
};
|
||||
Reference in New Issue
Block a user