fix(i18n): complete zh_TW locale coverage (#13792)

This updates the Traditional Chinese (`zh_TW`) locale coverage across
Chatwoot so the app no longer falls back to English for missing backend,
dashboard, widget, and survey strings.

## How to test

1. Start Chatwoot locally and switch the UI locale to Traditional
Chinese (`zh_TW`).
2. Walk through the main product areas: dashboard, settings, inbox
management, help center, automations, reports, widget, and survey flows.
3. Confirm the UI surfaces translated Traditional Chinese copy instead
of English fallbacks.
4. Spot-check newly added locale surfaces such as secure password
messaging and snooze UI copy.

---------

Co-authored-by: Sojan Jose <sojan@pepalo.com>
This commit is contained in:
salmonumbrella
2026-03-16 18:47:22 -07:00
committed by GitHub
parent b8f6fe5bb7
commit a62beffeef
25 changed files with 1004 additions and 904 deletions

View File

@@ -7,7 +7,7 @@
},
"FEEDBACK": {
"LABEL": "有什麼想法想分享嗎?",
"PLACEHOLDER": "Your feedback (optional)",
"PLACEHOLDER": "您的反饋(可選)",
"BUTTON_TEXT": "提交反饋"
},
"API": {
@@ -15,5 +15,5 @@
"ERROR_MESSAGE": "無法連接伺服器,請稍後再試"
}
},
"POWERED_BY": "Powered by Chatwoot"
"POWERED_BY": " Chatwoot 支援"
}