Add utilities for the javascript message catalog.
Review Request #4451 — Created Aug. 13, 2013 and submitted — Latest diff uploaded
Add utilities for the javascript message catalog. Django has a view for serving a javascript implementation of gettext and a message catalog for the desired language. This view recomputes everything every time it's fetched, which is kind of terrible. This change adds some utilities for caching the data in a way which works like our old media serial did.
Used this in conjunction with some mocked-up javascript i18n files for different languages and saw it generate and use good cache keys.
Diff Revision 3
This is not the most recent revision of the diff. The latest diff is revision 4. See what's changed.
orig
1
2
3
4
djblets/util/misc.py |
---|
djblets/util/views.py |
---|