#12377: Make the makemessages command more open
---------------------------------------------+------------------------------
Reporter: Renskers | Owner: nobody
Status: new | Milestone:
Component: Internationalization | Version:
Resolution: | Keywords: makemessages i18n
Stage: Design decision needed | Has_patch: 0
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
---------------------------------------------+------------------------------
Comment (by ramiro):
''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.
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
I'd suggest to close this ticket.
--
Ticket URL: <http://code.djangoproject.com/ticket/12377#comment:2>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.