Skip to content

Instantly share code, notes, and snippets.

@inferno7291
Created September 19, 2016 14:48
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 inferno7291/8e463d776fcf888cdf03f5316381d13f to your computer and use it in GitHub Desktop.
Save inferno7291/8e463d776fcf888cdf03f5316381d13f to your computer and use it in GitHub Desktop.
$this->languages['es'] = array(
'days' => array(1 => 'Lunes', 'Martes', 'Miércoles', 'Jueves', 'Viernes', 'Sábado','Domingo'),
'daysShort' => array(1 => 'Lun', 'Mar', 'Mie', 'Jue', 'Vie', 'Sab','Dom'),
'daysMin' => array(1 => 'Lu', 'Ma', 'Mi', 'Ju', 'Vi', 'Sa','Do'),
'months' => array(1 => 'Enero','Febrero','Marzo','Abril','Mayo','Junio', 'Julio','Agosto','Septiembre','Octubre','Noviembre','Diciembre'),
'monthsShort' => array(1 => 'Ene', 'Feb', 'Mar', 'Abr', 'May', 'Jun', 'Jul', 'Ago', 'Sep', 'Oct', 'Nov', 'Dic')
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment