Changes between Initial Version and Version 3 of Ticket #33318


Ignore:
Timestamp:
Nov 25, 2021, 10:25:45 PM (2 years ago)
Author:
YoungJoo Kim
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33318

    • Property Component Template systemInternationalization
    • Property Resolutioninvalid
    • Property Status newclosed
    • 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 
    31There is something strange about the `truncatechars` method of Django Template Language (DTL).
    42In 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
Back to Top