Code cleanup

This commit is contained in:
James Cole
2024-01-01 15:51:23 +01:00
parent 2ede3b420b
commit fd7a2181a4
482 changed files with 950 additions and 2518 deletions

View File

@@ -31,7 +31,6 @@
*
*/
declare(strict_types=1);
return [
@@ -51,7 +50,7 @@ return [
// 'month_and_day_no_year' => '%B %e',
'month_and_day_no_year_js' => 'M月D日',
/*
/*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
* YOUR CHANGES WILL BE OVERWRITTEN!
* YOUR PR WITH CHANGES TO THIS FILE WILL BE REJECTED!
@@ -62,7 +61,6 @@ return [
*
*/
// 'date_time' => '%B %e, %Y, @ %T',
'date_time_js' => 'YYYY年M月D日 HH:mm:ss',
'date_time_fns' => 'YYYY年M月D日 HH:mm:ss',
@@ -80,8 +78,8 @@ return [
// 'half_year' => '%B %Y',
'half_year_js' => 'YYYY年 第Q季度',
'quarter_fns' => "YYYY年 第Q季度",
'half_year_fns' => "{half}小时yyyy",
'quarter_fns' => 'YYYY年 第Q季度',
'half_year_fns' => '{half}小时yyyy',
'dow_1' => '星期一',
'dow_2' => '星期二',
'dow_3' => '星期三',
@@ -101,4 +99,3 @@ return [
* https://crowdin.com/project/firefly-iii
*
*/