Page MenuHomeFreeBSD

[New Port] py-django-statici18n
ClosedPublic

Authored by miwi on Dec 19 2015, 3:11 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Dec 22, 4:00 PM
Unknown Object (File)
Nov 23 2025, 6:05 PM
Unknown Object (File)
Nov 21 2025, 7:44 AM
Unknown Object (File)
Nov 19 2025, 10:22 PM
Unknown Object (File)
Nov 19 2025, 7:06 PM
Unknown Object (File)
Nov 19 2025, 5:24 PM
Unknown Object (File)
Aug 15 2025, 3:24 PM
Unknown Object (File)
Aug 13 2025, 8:32 AM
Subscribers
None

Details

Summary

When dealing with internationalization in JavaScript code, Django provides
the javascript_catalog view which sends out a JavaScript code library with
functions that mimic the gettext interface, plus an array of translation
strings.

At first glance, it works well and everything is fine. But, because
javascript_catalog view is generating JavaScript catalog dynamically
on each request, it's adding an overhead that can be an issue with site
growth.

WWW: https://github.com/zyegfryed/django-statici18n

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

miwi retitled this revision from to [New Port] py-django-statici18n.
miwi updated this object.
miwi edited the test plan for this revision. (Show Details)
miwi added reviewers: mat, bapt.
miwi set the repository for this revision to rP FreeBSD ports repository.
mat edited edge metadata.
This revision is now accepted and ready to land.Dec 19 2015, 9:03 PM