Skip to content

Instantly share code, notes, and snippets.

@murdaugh
Last active December 24, 2015 02:59
Show Gist options
  • Select an option

  • Save murdaugh/6734488 to your computer and use it in GitHub Desktop.

Select an option

Save murdaugh/6734488 to your computer and use it in GitHub Desktop.

Revisions

  1. murdaugh revised this gist Sep 27, 2013. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion spanish strings
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    array (
    "weekday"=>array("Domingo","Lunes","Martes","Miércoles","Jueves","Viernes","Sábado"),
    "weekday"=>array("Domingo","Lunes","Martes","Miércoles","Jueves","Viernes","Sábado"),
    "weekday_initial"=>array("D","L","M","M","J","V","S"),
    "weekday_abbrev"=>array("Dom","Lun","Mar","Mie","Jue","Vie","Sab"),
    "month"=>array("enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"),
  2. murdaugh created this gist Sep 27, 2013.
    7 changes: 7 additions & 0 deletions spanish strings
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    array (
    "weekday"=>array("Domingo","Lunes","Martes","Miércoles","Jueves","Viernes","Sábado"),
    "weekday_initial"=>array("D","L","M","M","J","V","S"),
    "weekday_abbrev"=>array("Dom","Lun","Mar","Mie","Jue","Vie","Sab"),
    "month"=>array("enero","febrero","marzo","abril","mayo","junio","julio","agosto","septiembre","octubre","noviembre","diciembre"),
    "month_abbrev"=>array("ene","feb","mar","abr","may","jun","jul","ago","sep","oct","nov","dic")
    );