Skip to content

Instantly share code, notes, and snippets.

@eduludi
Created May 21, 2015 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eduludi/774346d7688a2fa8c1c6 to your computer and use it in GitHub Desktop.
Save eduludi/774346d7688a2fa8c1c6 to your computer and use it in GitHub Desktop.
jQuery Yacal - I18n
// Spanish version
$('#calendario').yacal({
i18n: {
weekdays: ['Do','Lu','Ma','Mi','Ju','Vi','Sa'],
months: ['Enero','Febrero','Marzo','Abril','Mayo','Junio','Julio','Agosto','Septiembre','Octubre','Noviembre','Diciembre'],
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment