Add utilities for the javascript message catalog.
Review Request #4451 — Created Aug. 13, 2013 and submitted
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.
Description | From | Last Updated | ||
---|---|---|---|---|
We should have a try/except here, and log any failed attempts. ImportErrors can easily masquerade as other, confusing failures. |
|
|||
Blank line before. |
|
|||
""" on the next line. |
|
|||
This should be at the top of the function, with a blank line after. |
|
|||
There are no open issues |

-
This is a review from Review Bot. Tool: Pyflakes Processed Files: djblets/util/views.py djblets/util/misc.py Ignored Files:

-
This is a review from Review Bot. Tool: PEP8 Style Checker Processed Files: djblets/util/views.py djblets/util/misc.py Ignored Files:

-
This is a review from Review Bot. Tool: Pyflakes Processed Files: djblets/util/views.py djblets/util/misc.py Ignored Files:

-
This is a review from Review Bot. Tool: PEP8 Style Checker Processed Files: djblets/util/views.py djblets/util/misc.py Ignored Files:

-
This is a review from Review Bot. Tool: Pyflakes Processed Files: djblets/util/views.py djblets/util/misc.py Ignored Files:

-
This is a review from Review Bot. Tool: PEP8 Style Checker Processed Files: djblets/util/views.py djblets/util/misc.py Ignored Files: