fork download
  1. (function (d) {
  2.  
  3. d.i18n['es'] =
  4. d.i18n['es-ES'] = {
  5. months: {
  6. abbr: ["Ene"]
  7. },
  8.  
  9. week: {
  10. abbr: 'sem',
  11. full: 'semana'
  12. }
  13. };
  14.  
  15. })(Date);
Runtime error #stdin #stdout 0.29s 213248KB
stdin
Standard input is empty
stdout
Standard output is empty