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:
2025-11-28 00:31:05 +08:00
parent 6890cf085d
commit ebf7f4b42d
2 changed files with 520 additions and 2 deletions

View File

@@ -70,7 +70,7 @@ return [
|
*/
'timezone' => 'UTC',
'timezone' => 'Asia/Taipei',
/*
|--------------------------------------------------------------------------
@@ -83,7 +83,7 @@ return [
|
*/
'locale' => 'en',
'locale' => 'zh_TW',
/*
|--------------------------------------------------------------------------