#15832: Use Babel instead of xgettext for handling .po files.
-------------------------------------+-------------------------------------
Reporter: lrekucki | Owner: nobody
Type: New feature | Status: new
Milestone: 1.4 | Component:
Version: | Internationalization
Keywords: | Severity: Normal
Has patch: 0 | Triage Stage:
Needs tests: 0 | Unreviewed
| Needs documentation: 0
| Patch needs improvement: 0
-------------------------------------+-------------------------------------
Currently `makemessages` converts templates to pseudo-Python which is then
passed to xgettext tool. Similar pattern is used for JavaScript files
(using pseudo-Perl).
Babel instead provides an extensible API to define custom extractors. It
also handles message catalogs without using xgettext, which removes a
binary dependency from Django.
--
Ticket URL: <http://code.djangoproject.com/ticket/15832>
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.