Changes between Initial Version and Version 1 of Ticket #12377, comment 2


Ignore:
Timestamp:
Jan 16, 2013, 5:21:49 PM (11 years ago)
Author:
Ramiro Morales

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12377, comment 2

    initial v1  
    1 ''Configuring the system so it can work with diferent tags'' would mean that there needs to be code in Django `makemesaages` command support code that catters for compatibility with one templating system (and after the first, possibly there will be request for more). This means Django developers would  need to maintain and test that code.
     1''"Configuring the system so it can work with diferent tags"'' would mean that there needs to be support code in Django `makemessages` command that caters for compatibility with one third party templating system (and after the first, possibly there will be request for more). This means Django developers would  need to maintain and test that code.
    22
    3 This would be better served by a custom template tag and/or management command users that need to use templating library X can write by themselves to cover their very specific needs. The most popular of these systems even have their i18n system that can be used for this.  In the case of Jinja2 it is own Babel-based: http://jinja.pocoo.org/2/documentation/integration#babel-integration
     3This would be better served by a custom template tag and/or management command users that need to use templating library X can write by themselves to cover their very specific needs. The most popular of these systems even have their own i18n system that can be used for this.  In the case of Jinja2 it is Babel-based: http://jinja.pocoo.org/2/documentation/integration#babel-integration
    44
    55I'd suggest to close this ticket.
Back to Top