mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
New translations config.php (Chinese Traditional)
This commit is contained in:
@@ -12,14 +12,14 @@ declare(strict_types=1);
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'locale' => '',
|
'locale' => 'en, English, en_US, en_US.utf8, en_US.UTF-8',
|
||||||
'month' => '',
|
'month' => '%B %Y',
|
||||||
'month_and_day' => '',
|
'month_and_day' => '%B %e, %Y',
|
||||||
'date_time' => '',
|
'date_time' => '%B %e, %Y, @ %T',
|
||||||
'specific_day' => '',
|
'specific_day' => '%e %B %Y',
|
||||||
'week_in_year' => '',
|
'week_in_year' => 'Week %W, %Y',
|
||||||
'quarter_of_year' => '',
|
'quarter_of_year' => '%B %Y',
|
||||||
'year' => '',
|
'year' => '%Y',
|
||||||
'half_year' => '',
|
'half_year' => '%B %Y',
|
||||||
|
|
||||||
];
|
];
|
Reference in New Issue
Block a user