Skip to content

Instantly share code, notes, and snippets.

@murdaugh
Last active December 24, 2015 02:59
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 murdaugh/6734488 to your computer and use it in GitHub Desktop.
Save murdaugh/6734488 to your computer and use it in GitHub Desktop.
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")
);
@expose
Copy link

expose commented Jun 11, 2014

This is norwegian version of strings: https://gist.github.com/expose/9fe7022b96351ba81765
Thanks for my_strftime really helpful!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment