From 8419cfae2b64b6831547497e4f0dc43455a83eef Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 25 Aug 2017 07:07:26 +0200 Subject: [PATCH] New translations config.php (Chinese Traditional) --- resources/lang/zh_TW/config.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/resources/lang/zh_TW/config.php b/resources/lang/zh_TW/config.php index a0f1890833..199240c436 100644 --- a/resources/lang/zh_TW/config.php +++ b/resources/lang/zh_TW/config.php @@ -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' => '', ]; \ No newline at end of file