Changes between Initial Version and Version 1 of Ticket #35298


Ignore:
Timestamp:
Mar 13, 2024, 9:26:48 AM (6 months ago)
Author:
梁耀文
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35298 – Description

    initial v1  
    1 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).
     1I 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).
    22
    33[[Image(https://global.discourse-cdn.com/business7/uploads/djangoproject/original/3X/0/3/03155d774608200be10e574fb64172c6dafa6a38.jpeg)]]
Back to Top