mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Auto commit for release 'v6.1.10' on 2024-03-02
This commit is contained in:
		| @@ -20,7 +20,16 @@ | ||||
|  * along with this program.  If not, see <https://www.gnu.org/licenses/>. | ||||
|  */ | ||||
| 
 | ||||
| // Ignore this comment
 | ||||
| /* | ||||
|  * PLEASE DO NOT EDIT THIS FILE DIRECTLY. | ||||
|  * YOUR CHANGES WILL BE OVERWRITTEN! | ||||
|  * YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED! | ||||
|  * | ||||
|  * GO TO CROWDIN TO FIX OR CHANGE TRANSLATIONS! | ||||
|  * | ||||
|  * https://crowdin.com/project/firefly-iii | ||||
|  * | ||||
|  */ | ||||
| 
 | ||||
| declare(strict_types=1); | ||||
| 
 | ||||
| @@ -41,7 +50,16 @@ return [ | ||||
|     // 'month_and_day_no_year'   => '%B %e',
 | ||||
|     'month_and_day_no_year_js'       => 'D [de/d\'] MMMM', | ||||
| 
 | ||||
|     // Ignore this comment
 | ||||
|     /* | ||||
|  * PLEASE DO NOT EDIT THIS FILE DIRECTLY. | ||||
|  * YOUR CHANGES WILL BE OVERWRITTEN! | ||||
|  * YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED! | ||||
|  * | ||||
|  * GO TO CROWDIN TO FIX OR CHANGE TRANSLATIONS! | ||||
|  * | ||||
|  * https://crowdin.com/project/firefly-iii | ||||
|  * | ||||
|  */ | ||||
| 
 | ||||
|     // 'date_time'               => '%B %e, %Y, @ %T',
 | ||||
|     'date_time_js'                   => 'Do MMMM, YYYY a les HH:mm:ss', | ||||
| @@ -72,4 +90,13 @@ return [ | ||||
|     'dow_7'                          => 'Diumenge', | ||||
| ]; | ||||
| 
 | ||||
| // Ignore this comment
 | ||||
| /* | ||||
|  * PLEASE DO NOT EDIT THIS FILE DIRECTLY. | ||||
|  * YOUR CHANGES WILL BE OVERWRITTEN! | ||||
|  * YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED! | ||||
|  * | ||||
|  * GO TO CROWDIN TO FIX OR CHANGE TRANSLATIONS! | ||||
|  * | ||||
|  * https://crowdin.com/project/firefly-iii | ||||
|  * | ||||
|  */ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user