New translations config.php (Chinese Traditional)

This commit is contained in:
James Cole
2017-08-25 07:07:26 +02:00
parent 289e144521
commit 8419cfae2b

View File

@@ -12,14 +12,14 @@ declare(strict_types=1);
*/
return [
'locale' => 'en, English, en_US, en_US.utf8, en_US.UTF-8',
'month' => '%B %Y',
'month_and_day' => '%B %e, %Y',
'date_time' => '%B %e, %Y, @ %T',
'specific_day' => '%e %B %Y',
'week_in_year' => 'Week %W, %Y',
'quarter_of_year' => '%B %Y',
'year' => '%Y',
'half_year' => '%B %Y',
'locale' => '',
'month' => '',
'month_and_day' => '',
'date_time' => '',
'specific_day' => '',
'week_in_year' => '',
'quarter_of_year' => '',
'year' => '',
'half_year' => '',
];