Last active
December 24, 2015 02:59
-
-
Save murdaugh/6734488 to your computer and use it in GitHub Desktop.
Revisions
-
murdaugh revised this gist
Sep 27, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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_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"), -
murdaugh created this gist
Sep 27, 2013 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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") );