Opened 8 months ago
Last modified 8 months ago
#35298 closed Bug
LANGUAGE_CODE: zh-Hant does not work for some translations on the admin site. — at Initial Version
Reported by: | 梁耀文 | Owned by: | nobody |
---|---|---|---|
Component: | Internationalization | Version: | 5.0 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
I am using LANGUAGE_CODE = 'zh-Hant' and USE_I18N = True on the admin site, but translations for phrases like “start typing to filter…”, “Please correct the errors below.”, “First, enter a username and password. Then, you’ll be able to edit more user options.”, or “Hold down “Control”, or “Command” on a Mac, to select more than one.” do not work properly. However, if I switch to other languages, such as zh-Hans or ja, the translations display correctly (only changing the LANGUAGE_CODE, all other code remains the same).