Changes between Initial Version and Version 3 of Ticket #33318
- Timestamp:
- Nov 25, 2021, 10:25:45 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33318
- Property Component Template system → Internationalization
- Property Resolution → invalid
- Property Status new → closed
- Property Summary Truncator class recognizes different length of ellipsis(...) depending on the LANGUAGE_CODE (ex. en-us, ko-kr...) → Truncator class recognizes different length of ellipsis(...) depending on the LANGUAGE_CODE.
-
Ticket #33318 – Description
initial v3 1 First, I am so sorry about my bad english skill..;;2 3 1 There is something strange about the `truncatechars` method of Django Template Language (DTL). 4 2 In the `add_truncation_text` method of the Truncator class, the length of the `truncate` variable depends on the value of LANGUAGE_CODE(ex. 'en-us', 'ko-kr' ...) in settings.py