| 
									
										
										
										
											2015-12-24 08:20:47 +01:00
										 |  |  | <?php | 
					
						
							| 
									
										
										
										
											2016-03-07 20:45:59 +01:00
										 |  |  | /** | 
					
						
							|  |  |  |  * config.php | 
					
						
							|  |  |  |  * Copyright (C) 2016 Sander Dorigo | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * This software may be modified and distributed under the terms | 
					
						
							|  |  |  |  * of the MIT license.  See the LICENSE file for details. | 
					
						
							|  |  |  |  */ | 
					
						
							| 
									
										
										
										
											2015-12-24 08:20:47 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  | return [ | 
					
						
							| 
									
										
										
										
											2016-02-10 06:39:09 +01:00
										 |  |  |     'locale'          => 'fr, French, fr_FR, fr_FR.utf8', | 
					
						
							|  |  |  |     'month'           => '%B %Y', | 
					
						
							|  |  |  |     'month_and_day'   => '%e %B %Y', | 
					
						
							| 
									
										
										
										
											2016-03-07 20:45:59 +01:00
										 |  |  |     'date_time'       => '%B %e, %Y, @ %T', | 
					
						
							| 
									
										
										
										
											2016-02-10 06:39:09 +01:00
										 |  |  |     'specific_day'    => '%e %B %Y', | 
					
						
							|  |  |  |     'week_in_year'    => 'Week %W, %Y', | 
					
						
							|  |  |  |     'quarter_of_year' => '%B %Y', | 
					
						
							|  |  |  |     'year'            => '%Y', | 
					
						
							|  |  |  |     'half_year'       => '%B %Y', | 
					
						
							| 
									
										
										
										
											2015-12-24 08:20:47 +01:00
										 |  |  | ]; |