- Added a new post-install script for composer which adds a project skeleton "ready to use". - Error 500 are now handled properly in production; waiting to see if adjustements will be required before adding other code pages.
		
			
				
	
	
		
			15 lines
		
	
	
		
			372 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			372 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "month": {
 | |
|     "list": [
 | |
|       "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "Décember"
 | |
|     ],
 | |
| 
 | |
|     "short": [
 | |
|       "Jan", "Feb", "Mar", "Apr", "May", "June", "July", "Aug", "Sept", "Oct", "Nov", "Dec"
 | |
|     ],
 | |
| 
 | |
|     "letter": [
 | |
|       "J", "F", "M", "A", "M", "J", "J", "A", "S", "O", "N", "D"
 | |
|     ]
 | |
|   }
 | |
| } |