Translate UI to Traditional Chinese
- Created 'lang/zh_TW.json' with comprehensive translations for UI elements, forms, navigation, and messages. - Updated 'config/app.php' to set locale to 'zh_TW' and timezone to 'Asia/Taipei'. - This ensures the entire application interface is presented in Traditional Chinese.
This commit is contained in:
@@ -70,7 +70,7 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'timezone' => 'UTC',
|
||||
'timezone' => 'Asia/Taipei',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
@@ -83,7 +83,7 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'locale' => 'en',
|
||||
'locale' => 'zh_TW',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user